We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46e82d commit a7e3d53Copy full SHA for a7e3d53
django_yubin/version.py
@@ -1,2 +1,2 @@
1
-VERSION = (2, 0, 3)
+VERSION = (2, 0, 4)
2
__version__ = '.'.join([str(part) for part in VERSION])
docs/changelog.rst
@@ -5,6 +5,13 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm
5
6
Starting from version 2.0.0, the format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_.
7
8
+[2.0.4] - 2024-05-02
9
+--------------------
10
+
11
+Changed
12
+^^^^^^^
13
+* <6 upper bound to celery dependency.
14
15
[2.0.3] - 2024-01-09
16
--------------------
17
0 commit comments