From 5ae3d6fe5a6ced2e77afa065cb7de5612948ff08 Mon Sep 17 00:00:00 2001 From: "Asif Saif Uddin (Auvi)" Date: Tue, 20 Oct 2020 12:10:53 +0600 Subject: [PATCH] v2.1.0 --- .bumpversion.cfg | 2 +- README.rst | 2 +- django_celery_beat/__init__.py | 2 +- docs/includes/introduction.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c876b2c4..0ac58397 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.0 +current_version = 2.1.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/README.rst b/README.rst index 2f9fce20..c354237c 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 2.0.0 +:Version: 2.1.0 :Web: http://django-celery-beat.readthedocs.io/ :Download: http://pypi.python.org/pypi/django-celery-beat :Source: http://github.com/celery/django-celery-beat diff --git a/django_celery_beat/__init__.py b/django_celery_beat/__init__.py index e400035c..0129fbc8 100644 --- a/django_celery_beat/__init__.py +++ b/django_celery_beat/__init__.py @@ -7,7 +7,7 @@ from collections import namedtuple -__version__ = '2.0.0' +__version__ = '2.1.0' __author__ = 'Asif Saif Uddin, Ask Solem' __contact__ = 'auvipy@gmail.com, ask@celeryproject.org' __homepage__ = 'https://github.com/celery/django-celery-beat' diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index 30c2f0b8..d78d3b84 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 2.0.0 +:Version: 2.1.0 :Web: http://django-celery-beat.readthedocs.io/ :Download: http://pypi.python.org/pypi/django-celery-beat :Source: http://github.com/celery/django-celery-beat