From 8a80c1199a12c799b1ea52459672efad30f9d379 Mon Sep 17 00:00:00 2001 From: Asif Saif Uddin Date: Sun, 17 Apr 2022 12:51:21 +0600 Subject: [PATCH] =?UTF-8?q?Bump=20version:=20v2.3.0=20=E2=86=92=20v2.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.rst | 2 +- django_celery_results/__init__.py | 2 +- docs/includes/introduction.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5553230b..739b9dc8 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.3.0 +current_version = 2.3.1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/README.rst b/README.rst index 71411594..202643c1 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 2.3.0 +:Version: 2.3.1 :Web: http://django-celery-results.readthedocs.io/ :Download: http://pypi.python.org/pypi/django-celery-results :Source: http://github.com/celery/django-celery-results diff --git a/django_celery_results/__init__.py b/django_celery_results/__init__.py index f288f931..b7d65232 100644 --- a/django_celery_results/__init__.py +++ b/django_celery_results/__init__.py @@ -8,7 +8,7 @@ import django -__version__ = '2.3.0' +__version__ = '2.3.1' __author__ = 'Asif Saif Uddin, Ask Solem' __contact__ = 'auvipy@gmai.com, ask@celeryproject.org' __homepage__ = 'https://github.com/celery/django-celery-results' diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 7b3d8380..5a5a7598 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 2.3.0 +:Version: 2.3.1 :Web: http://django-celery-results.readthedocs.io/ :Download: http://pypi.python.org/pypi/django-celery-results :Source: http://github.com/celery/django-celery-results