Skip to content

Commit

Permalink
Bump to 3.3 (#727)
Browse files Browse the repository at this point in the history
* Bump to 3.3

* Add placeholder for unreleased work
  • Loading branch information
benjaoming committed Sep 18, 2023
1 parent 9f40092 commit 08e722a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
2 changes: 1 addition & 1 deletion djmoney/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.2.0"
__version__ = "3.3.0"

try:
import django
Expand Down
21 changes: 20 additions & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
Changelog
=========


`Unreleased`_ (TBA)
-------------------

**Added**

- (add entry here)

**Fixed**

- (add entry here)

**Changed**

- (add entry here)


`3.3`_ - 2023-09-10
-------------------

**Fixed**

- Fix detection of necessary migrations. Note that this means that previously undetected migrations will be detected as of this version `#725`_ (`vanschelven`_)
Expand Down Expand Up @@ -773,7 +790,9 @@ wrapping with ``money_manager``.

- Initial public release

.. _Unreleased: https:///github.com/django-money/django-money/compare/3.2...HEAD
.. _Unreleased: https:///github.com/django-money/django-money/compare/3.3...HEAD

.. _3.3: https:///github.com/django-money/django-money/compare/3.2...3.3
.. _3.2: https:///github.com/django-money/django-money/compare/3.1...3.2
.. _3.1: https:///github.com/django-money/django-money/compare/3.0...3.1
.. _3.0: https:///github.com/django-money/django-money/compare/2.1.1...3.0
Expand Down

0 comments on commit 08e722a

Please sign in to comment.