From f927cde4463165b2fada2cc9f21e2ad5d5ddcedc Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 8 Oct 2018 15:16:20 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.1.1=20=E2=86=92=201.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 d04daa39..0cf7e100 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.1.1 +current_version = 1.2.0 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?P[a-z]+)? diff --git a/README.rst b/README.rst index 0ecb703b..6d9bc54b 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ |build-status| |coverage| |license| |wheel| |pyversion| |pyimp| -:Version: 1.1.1 +:Version: 1.2.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 3493b06d..63363e3d 100644 --- a/django_celery_beat/__init__.py +++ b/django_celery_beat/__init__.py @@ -10,7 +10,7 @@ from collections import namedtuple -__version__ = '1.1.1' +__version__ = '1.2.0' __author__ = 'Ask Solem' __contact__ = 'ask@celeryproject.org' __homepage__ = 'https://github.com/celery/django-celery-beat' diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt index d469cabf..47b59b63 100644 --- a/docs/includes/introduction.txt +++ b/docs/includes/introduction.txt @@ -1,4 +1,4 @@ -:Version: 1.1.1 +:Version: 1.2.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