Skip to content

Commit

Permalink
Bump to 1.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Feb 2, 2021
1 parent 5b2ec69 commit c9ef66e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
Changelog for django-SHOP
=========================

1.2.4
=====
* Fix setup.py to proper versionsioning.


1.2.3
=====
* Fix API change in library ``ipware`` version 3: Replace ``get_ip`` against ``get_client_ip``.
Expand Down
2 changes: 1 addition & 1 deletion shop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
10. python setup.py sdist
11. twine upload dist/django-shop-{new version}.tar.gz
"""
__version__ = '1.2.3'
__version__ = '1.2.4'

default_app_config = 'shop.apps.ShopConfig'

0 comments on commit c9ef66e

Please sign in to comment.