Skip to content

Commit e2edbb9

Browse files
committed
Bump to 1.1.2
1 parent 91c7d5c commit e2edbb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-salesman"
3-
version = "1.1.1"
3+
version = "1.1.2"
44
description = "Headless e-commerce framework for Django and Wagtail."
55
authors = ["Dino Perovic <[email protected]>"]
66
license = "BSD-3-Clause"

salesman/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"""
44

55
__title__ = 'Salesman'
6-
__version__ = '1.1.1'
6+
__version__ = '1.1.2'
77
__author__ = 'Dino Perovic'

0 commit comments

Comments
 (0)