Skip to content

Commit

Permalink
Release 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Sep 4, 2021
1 parent 80defb0 commit d17090e
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__ = "2.0.2"
__version__ = "2.0.3"
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
-------------------

`2.0.3`_ - 2021-09-04
---------------------

**Fixed**

- Inconsistent ``Money._copy_attributes`` behaviour when non-``Money`` instances are involved. `#630`_ (`tned73`_)
Expand Down Expand Up @@ -685,7 +688,8 @@ wrapping with ``money_manager``.

- Initial public release

.. _Unreleased: https:///github.com/django-money/django-money/compare/2.0.2...HEAD
.. _Unreleased: https:///github.com/django-money/django-money/compare/2.0.3...HEAD
.. _2.0.3: https://github.com/django-money/django-money/compare/2.0.2...2.0.3
.. _2.0.2: https://github.com/django-money/django-money/compare/2.0.1...2.0.2
.. _2.0.1: https://github.com/django-money/django-money/compare/2.0...2.0.1
.. _2.0: https://github.com/django-money/django-money/compare/1.3.1...2.0
Expand Down

0 comments on commit d17090e

Please sign in to comment.