Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Feb 4, 2021
1 parent 69d06a1 commit b97bd29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djmoney/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.3"
__version__ = "1.3.1"
default_app_config = "djmoney.apps.MoneyConfig"
6 changes: 5 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ Changelog
`Unreleased`_ - TBD
-------------------

`1.3.1`_ - 2021-02-04
---------------------

**Fixed**

- Do not mutate the input ``moneyed.Money`` class to ``djmoney.money.Money`` in ``MoneyField.default`` and F-expressions. `#603`_ (`moser`_)
Expand Down Expand Up @@ -648,7 +651,8 @@ wrapping with ``money_manager``.

- Initial public release

.. _Unreleased: https:///github.com/django-money/django-money/compare/1.3...HEAD
.. _Unreleased: https:///github.com/django-money/django-money/compare/1.3.1...HEAD
.. _1.3.1: https://github.com/django-money/django-money/compare/1.3...1.3.1
.. _1.3: https://github.com/django-money/django-money/compare/1.2.2...1.3
.. _1.2.2: https://github.com/django-money/django-money/compare/1.2.1...1.2.2
.. _1.2.1: https://github.com/django-money/django-money/compare/1.2...1.2.1
Expand Down

0 comments on commit b97bd29

Please sign in to comment.