Skip to content

Commit

Permalink
Bump to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dinoperovic committed Mar 24, 2022
1 parent 548ba5e commit f838f01
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/releases/dev.rst → docs/releases/1.1.3.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
##############
In development
##############
#####
1.1.3
#####

*TBA*
*2022-03-24*

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Release notes and upgrade information. This project adheres to
:caption: v1.1
:maxdepth: 1

dev
1.1.3
1.1.2
1.1.1
1.1.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-salesman"
version = "1.1.2"
version = "1.1.3"
description = "Headless e-commerce framework for Django and Wagtail."
authors = ["Dino Perovic <[email protected]>"]
license = "BSD-3-Clause"
Expand Down
2 changes: 1 addition & 1 deletion salesman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"""

__title__ = 'Salesman'
__version__ = '1.1.2'
__version__ = '1.1.3'
__author__ = 'Dino Perovic'

0 comments on commit f838f01

Please sign in to comment.