Skip to content

Commit 5283595

Browse files
committed
chore: bump to 1.3.0
1 parent 8928974 commit 5283595

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

docs/releases/1.3.0.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#####
2+
1.3.0
3+
#####
4+
5+
*2025-09-24*
6+
7+
Added
8+
-----
9+
10+
- Added support for Wagtail `7.0`
11+
- Added support for Django `5.0`
12+
13+
Removed
14+
-------
15+
16+
- Removed support for Wagtail `<6.0`
17+
- Removed support for Django `<5.0`

docs/releases/index.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@ Release notes and upgrade information. This project adheres to
1414
- ``Fixed`` for any bug fixes.
1515
- ``Security`` in case of vulnerabilities.
1616

17+
.. toctree::
18+
:caption: v1.3
19+
:maxdepth: 1
20+
21+
1.3.0
22+
1723
.. toctree::
1824
:caption: v1.2
1925
:maxdepth: 1
2026

2127
1.2.0
2228

23-
2429
.. toctree::
2530
:caption: v1.1
2631
:maxdepth: 1

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.2.1"
3+
version = "1.3.0"
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.2.1"
6+
__version__ = "1.3.0"
77
__author__ = "Dino Perovic"

0 commit comments

Comments
 (0)