From 50d4c0b07a8aa5f079b7e3fdc5e765b77ea391fa Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Tue, 6 Jun 2023 12:01:00 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=205.3.0rc2=20=E2=86=92=205.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 2 +- celery/__init__.py | 4 ++-- docs/includes/introduction.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6bf1243a0e8..83c9418ed35 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.3.0rc2 +current_version = 5.3.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z\d]+)? diff --git a/README.rst b/README.rst index 383b7ec336c..913714c8584 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ |build-status| |coverage| |license| |wheel| |semgrep| |pyversion| |pyimp| |ocbackerbadge| |ocsponsorbadge| -:Version: 5.3.0rc2 (dawn-chorus) +:Version: 5.3.0 (emerald-rush) :Web: https://docs.celeryq.dev/en/stable/index.html :Download: https://pypi.org/project/celery/ :Source: https://github.com/celery/celery/ diff --git a/celery/__init__.py b/celery/__init__.py index ed47561e262..52ec6194e78 100644 --- a/celery/__init__.py +++ b/celery/__init__.py @@ -15,9 +15,9 @@ # Lazy loading from . import local -SERIES = 'dawn-chorus' +SERIES = 'emerald-rush' -__version__ = '5.3.0rc2' +__version__ = '5.3.0' __author__ = 'Ask Solem' __contact__ = 'auvipy@gmail.com' __homepage__ = 'https://docs.celeryq.dev/' diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 13927847965..f57870a3c5c 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 5.3.0rc2 (dawn-chorus) +:Version: 5.3.0 (emerald-rush) :Web: https://docs.celeryq.dev/en/stable/index.html :Download: https://pypi.org/project/celery/ :Source: https://github.com/celery/celery/