Skip to content

Commit 8a356ec

Browse files
committed
Bump version
1 parent efcd7e9 commit 8a356ec

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-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, 2)
1+
VERSION = (2, 0, 3)
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.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+
815
[2.0.2] - 2023-10-30
916
--------------------
1017

humans.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ Celia Amador (@celdrake)
1616
Pablo Méndez (@pmendezsuarez)
1717
Tim Gates (@timgates42)
1818
Silvia (@SilviaAmAm)
19+
Viicos (@Viicos)
1920

2021
https://github.com/APSL/django-yubin/graphs/contributors

0 commit comments

Comments
 (0)