Skip to content

Commit a7e3d53

Browse files
committed
Bump version
1 parent c46e82d commit a7e3d53

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

django_yubin/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (2, 0, 3)
1+
VERSION = (2, 0, 4)
22
__version__ = '.'.join([str(part) for part in VERSION])

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm
55

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

8+
[2.0.4] - 2024-05-02
9+
--------------------
10+
11+
Changed
12+
^^^^^^^
13+
* <6 upper bound to celery dependency.
14+
815
[2.0.3] - 2024-01-09
916
--------------------
1017

0 commit comments

Comments
 (0)