Skip to content

Commit

Permalink
Merge pull request #444 from benjaoming/master
Browse files Browse the repository at this point in the history
Bump to 0.14.3
  • Loading branch information
benjaoming committed Aug 14, 2018
2 parents 2a4e561 + 548694e commit 8fef77c
Show file tree
Hide file tree
Showing 2 changed files with 7 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.2'
__version__ = '0.14.3'
default_app_config = 'djmoney.apps.MoneyConfig'
10 changes: 6 additions & 4 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
Changelog
=========

Unreleased
----------
`0.14.3`_ - 2018-08-14
----------------------

Fixed
~~~~~

- ``djmoney.forms.widgets.MoneyWidget`` decompression on Django 2.1+. (`Stranger6667`_)
- ``djmoney.forms.widgets.MoneyWidget`` decompression on Django 2.1+. `#443`_ (`Stranger6667`_)

`0.14.2`_ - 2018-07-23
----------------------
Expand Down Expand Up @@ -542,7 +542,8 @@ Added

- Initial public release

.. _Unreleased: https://github.com/django-money/django-money/compare/0.14.2...HEAD
.. _Unreleased: https://github.com/django-money/django-money/compare/0.14.3...HEAD
.. _0.14.3: https://github.com/django-money/django-money/compare/0.14.3...0.14.2
.. _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
Expand Down Expand Up @@ -588,6 +589,7 @@ Added
.. _0.3: https://github.com/django-money/django-money/compare/0.2...0.3
.. _0.2: https://github.com/django-money/django-money/compare/0.2...a6d90348085332a393abb40b86b5dd9505489b04

.. _#443: https://github.com/django-money/django-money/issues/443
.. _#439: https://github.com/django-money/django-money/issues/439
.. _#427: https://github.com/django-money/django-money/pull/427
.. _#425: https://github.com/django-money/django-money/issues/425
Expand Down

0 comments on commit 8fef77c

Please sign in to comment.