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 91c7d5c commit e2edbb9Copy full SHA for e2edbb9
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-salesman"
3
-version = "1.1.1"
+version = "1.1.2"
4
description = "Headless e-commerce framework for Django and Wagtail."
5
authors = ["Dino Perovic <[email protected]>"]
6
license = "BSD-3-Clause"
salesman/__init__.py
@@ -3,5 +3,5 @@
"""
__title__ = 'Salesman'
-__version__ = '1.1.1'
+__version__ = '1.1.2'
7
__author__ = 'Dino Perovic'
0 commit comments