File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
- VERSION = (2 , 0 , 2 )
1
+ VERSION = (2 , 0 , 3 )
2
2
__version__ = '.' .join ([str (part ) for part in VERSION ])
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ This project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.htm
5
5
6
6
Starting from version 2.0.0, the format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_.
7
7
8
+ [2.0.3] - 2024-01-09
9
+ --------------------
10
+
11
+ Fixed
12
+ ^^^^^
13
+ * Fix race condition between Celery and database transactions (https://github.com/APSL/django-yubin/pull/74)
14
+
8
15
[2.0.2] - 2023-10-30
9
16
--------------------
10
17
Original file line number Diff line number Diff line change @@ -16,5 +16,6 @@ Celia Amador (@celdrake)
16
16
Pablo Méndez (@pmendezsuarez)
17
17
Tim Gates (@timgates42)
18
18
Silvia (@SilviaAmAm)
19
+ Viicos (@Viicos)
19
20
20
21
https://github.com/APSL/django-yubin/graphs/contributors
You can’t perform that action at this time.
0 commit comments