Skip to content

Commit

Permalink
Bump to version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Apr 12, 2020
1 parent 007aa10 commit 310b6cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
Changelog for django-SHOP
=========================

1.1.2
=====
* Fix #802: ``CartItemSerializer`` raised an exception if field ``CartItem.extra`` was handled by
Django's internal Postgres ``JSONField``.
* Fix: In Django>2, rendering of OrderItem in Inline Admin did not work anymore.


1.1.1
=====
* Fix: Rendering text for full text index raised an exception.
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.1'
__version__ = '1.1.2'

default_app_config = 'shop.apps.ShopConfig'

0 comments on commit 310b6cc

Please sign in to comment.