We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73dc799 commit 2b947edCopy full SHA for 2b947ed
docs/releases/1.2.1.rst
@@ -2,7 +2,7 @@
2
1.2.1
3
#####
4
5
-*TBA*
+*2024-09-18*
6
7
Added
8
-----
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "django-salesman"
-version = "1.2.0"
+version = "1.2.1"
description = "Headless e-commerce framework for Django and Wagtail."
authors = ["Dino Perovic <[email protected]>"]
license = "BSD-3-Clause"
salesman/__init__.py
@@ -3,5 +3,5 @@
"""
__title__ = "Salesman"
-__version__ = "1.2.0"
+__version__ = "1.2.1"
__author__ = "Dino Perovic"
0 commit comments