Skip to content

Commit

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

0.11.3
======

* Fix: Problems with missing Left- and Right Extension Plugin.
* Ready for Django-1.11 if used with django-CMS-3.4.5
* Ready for django-restframework-3.7
* Tested with recent versions of other third party libraries.
* Fix issues with enum types when importing fixtures.
* Add Swedish Kronor to currencies.


0.11.2
======

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__ = '0.11.2'
__version__ = '0.11.3'

default_app_config = 'shop.apps.ShopConfig'

0 comments on commit 2b89dc5

Please sign in to comment.