Skip to content

Commit

Permalink
Bump to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed May 19, 2017
1 parent af984b2 commit a858b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion djmoney/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-

__version__ = '0.10.2'
__version__ = '0.11'
default_app_config = 'djmoney.apps.MoneyConfig'
4 changes: 2 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Changelog
=========

Changes in 0.11.0dev
--------------------
Changes in 0.11
---------------

- Fixed ``AttributeError`` in ``get_or_create`` when the model have no default. `#268`_ (`Stranger6667`_, `lobziik`_)
- Fixed ``UnicodeEncodeError`` in string representation of ``MoneyPatched`` on Python 2. `#272`_ (`Stranger6667`_)
Expand Down

0 comments on commit a858b9a

Please sign in to comment.