Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed May 2, 2024
1 parent c46e82d commit a7e3d53
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion django_yubin/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION = (2, 0, 3)
VERSION = (2, 0, 4)
__version__ = '.'.join([str(part) for part in VERSION])
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm

Starting from version 2.0.0, the format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_.

[2.0.4] - 2024-05-02
--------------------

Changed
^^^^^^^
* <6 upper bound to celery dependency.

[2.0.3] - 2024-01-09
--------------------

Expand Down

0 comments on commit a7e3d53

Please sign in to comment.