From 8a356ec03d04af8694b0450dec3cf1ac1bc99c81 Mon Sep 17 00:00:00 2001 From: Dani Sastre Date: Tue, 9 Jan 2024 16:57:28 +0100 Subject: [PATCH] Bump version --- django_yubin/version.py | 2 +- docs/changelog.rst | 7 +++++++ humans.txt | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/django_yubin/version.py b/django_yubin/version.py index be44701..b0a6d29 100644 --- a/django_yubin/version.py +++ b/django_yubin/version.py @@ -1,2 +1,2 @@ -VERSION = (2, 0, 2) +VERSION = (2, 0, 3) __version__ = '.'.join([str(part) for part in VERSION]) diff --git a/docs/changelog.rst b/docs/changelog.rst index 89c2110..c460696 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,13 @@ This project adheres to `Semantic Versioning `_. +[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 -------------------- diff --git a/humans.txt b/humans.txt index 0aae839..cbe8869 100644 --- a/humans.txt +++ b/humans.txt @@ -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