Skip to content

Commit 673938b

Browse files
committed
Bump to 1.1.5
1 parent ab8bd5b commit 673938b

File tree

6 files changed

+13
-12
lines changed

6 files changed

+13
-12
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,3 @@ processing the checkout and payment operations as well as managing customer orde
4242
## Documentation
4343

4444
Documentation is available on [Read the Docs](https://django-salesman.readthedocs.org).
45-
46-
<p>
47-
<a href="https://www.buymeacoffee.com/dinoperovic">
48-
<img src="https://cdn.jsdelivr.net/gh/dinoperovic/django-salesman@master/docs/_static/buymeacoffee.svg" alt="Buy me a coffee">
49-
</a>
50-
</p>

docs/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,3 @@ Features
7575
reference/index
7676
releases/index
7777
credits
78-
79-
.. image:: _static/buymeacoffee.svg
80-
:target: https://www.buymeacoffee.com/dinoperovic
81-
:alt: Buy me a coffee

docs/releases/1.1.5.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#####
2+
1.1.5
3+
#####
4+
5+
*2022-11-04*
6+
7+
Added
8+
-----
9+
10+
- Add support for ``Wagtail 4.0`` and ``Wagtail 4.1``.

docs/releases/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Release notes and upgrade information. This project adheres to
1818
:caption: v1.1
1919
:maxdepth: 1
2020

21+
1.1.5
2122
1.1.4
2223
1.1.3
2324
1.1.2

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

0 commit comments

Comments
 (0)