File tree Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Expand file tree Collapse file tree 6 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -42,9 +42,3 @@ processing the checkout and payment operations as well as managing customer orde
4242## Documentation
4343
4444Documentation 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 ``.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-salesman"
3- version = " 1.1.4 "
3+ version = " 1.1.5 "
44description = " Headless e-commerce framework for Django and Wagtail."
55authors = [
" Dino Perovic <[email protected] >" ]
66license = " BSD-3-Clause"
Original file line number Diff line number Diff line change 33"""
44
55__title__ = "Salesman"
6- __version__ = "1.1.4 "
6+ __version__ = "1.1.5 "
77__author__ = "Dino Perovic"
You can’t perform that action at this time.
0 commit comments