Skip to content

Commit 39a2e3f

Browse files
authored
Bump version: 2.6.0 → 2.7.0 (celery#790)
1 parent ee1f492 commit 39a2e3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.6.0
2+
current_version = 2.7.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
|build-status| |coverage| |license| |wheel| |pyversion| |pyimp|
66

7-
:Version: 2.6.0
7+
:Version: 2.7.0
88
:Web: http://django-celery-beat.readthedocs.io/
99
:Download: http://pypi.python.org/pypi/django-celery-beat
1010
:Source: http://github.com/celery/django-celery-beat

django_celery_beat/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import re
66
from collections import namedtuple
77

8-
__version__ = '2.6.0'
8+
__version__ = '2.7.0'
99
__author__ = 'Asif Saif Uddin, Ask Solem'
1010
1111
__homepage__ = 'https://github.com/celery/django-celery-beat'

docs/includes/introduction.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:Version: 2.6.0
1+
:Version: 2.7.0
22
:Web: http://django-celery-beat.readthedocs.io/
33
:Download: http://pypi.python.org/pypi/django-celery-beat
44
:Source: http://github.com/celery/django-celery-beat

0 commit comments

Comments
 (0)