Skip to content

Commit

Permalink
Bump to version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Jan 11, 2020
1 parent b5b8cf7 commit 6b65222
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.1
=====
* Fix: Rendering text for full text index raised an exception.
* Upgrade calls to djangorestframework API to support version 3.9 and later.
* Fix: Generating email during purchansing operation raised an exception.


1.1
===

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'
__version__ = '1.1.1'

default_app_config = 'shop.apps.ShopConfig'

0 comments on commit 6b65222

Please sign in to comment.