Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sastred committed Jan 9, 2024
1 parent efcd7e9 commit 8a356ec
Show file tree
Hide file tree
Showing 3 changed files with 9 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, 2)
VERSION = (2, 0, 3)
__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.3] - 2024-01-09
--------------------

Fixed
^^^^^
* Fix race condition between Celery and database transactions (https://github.com/APSL/django-yubin/pull/74)

[2.0.2] - 2023-10-30
--------------------

Expand Down
1 change: 1 addition & 0 deletions humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Celia Amador (@celdrake)
Pablo Méndez (@pmendezsuarez)
Tim Gates (@timgates42)
Silvia (@SilviaAmAm)
Viicos (@Viicos)

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

0 comments on commit 8a356ec

Please sign in to comment.