Skip to content

Commit

Permalink
Bump to version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed May 16, 2020
1 parent 9ceada7 commit 894937d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
8. python setup.py sdist
10. twine upload dist/django-shop-{new version}.tar.gz
"""
__version__ = '1.2.dev'
__version__ = '1.2'

default_app_config = 'shop.apps.ShopConfig'

0 comments on commit 894937d

Please sign in to comment.