Skip to content

Commit

Permalink
Bump to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaoming committed Jul 23, 2018
1 parent c411976 commit 8ddbabd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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.14.1'
__version__ = '0.14.2'
default_app_config = 'djmoney.apps.MoneyConfig'
9 changes: 5 additions & 4 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
Changelog
=========

Unreleased
----------
`0.14.2`_ - 2018-07-23
----------------------

Fixed
~~~~

- Validation of ``djmoney.forms.fields.MoneyField`` when ``disabled=True`` is passed to it. `#439`_ (`stinovlas`_, `Stranger6667`_)

`0.14.1`_ - 2018-07-17
--------------------
----------------------

Added
~~~~~
Expand Down Expand Up @@ -534,7 +534,8 @@ Added

- Initial public release

.. _Unreleased: https://github.com/django-money/django-money/compare/0.14.1...HEAD
.. _Unreleased: https://github.com/django-money/django-money/compare/0.14.2...HEAD
.. _0.14.2: https://github.com/django-money/django-money/compare/0.14.2...0.14.1
.. _0.14.1: https://github.com/django-money/django-money/compare/0.14.1...0.14
.. _0.14: https://github.com/django-money/django-money/compare/0.14...0.13.5
.. _0.13.5: https://github.com/django-money/django-money/compare/0.13.4...0.13.5
Expand Down

0 comments on commit 8ddbabd

Please sign in to comment.