Skip to content

Commit

Permalink
Bump to version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 23, 2020
1 parent ecc0bd7 commit 395ed97
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.1
=====
* In management command, make mandatory CMS page for rendering search results, recommended only.


1.2
===
* Add support for Django-3.0.
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'
__version__ = '1.2.1'

default_app_config = 'shop.apps.ShopConfig'

0 comments on commit 395ed97

Please sign in to comment.