Skip to content

Commit

Permalink
Bump to version 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Apr 13, 2020
1 parent 51137e8 commit 95e5b3a
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.1.3
=====
* Add South African Rand to currencies.


1.1.2
=====
* Fix #802: ``CartItemSerializer`` raised an exception if field ``CartItem.extra`` was handled by
Expand Down
2 changes: 1 addition & 1 deletion shop/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
11. git commit -m 'Start with <version>'
12. git push
"""
__version__ = '1.1.2'
__version__ = '1.1.3'

default_app_config = 'shop.apps.ShopConfig'

0 comments on commit 95e5b3a

Please sign in to comment.