File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.6 .0
2
+ current_version = 2.7 .0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 4
4
5
5
|build-status | |coverage | |license | |wheel | |pyversion | |pyimp |
6
6
7
- :Version: 2.6 .0
7
+ :Version: 2.7 .0
8
8
:Web: http://django-celery-beat.readthedocs.io/
9
9
:Download: http://pypi.python.org/pypi/django-celery-beat
10
10
:Source: http://github.com/celery/django-celery-beat
Original file line number Diff line number Diff line change 5
5
import re
6
6
from collections import namedtuple
7
7
8
- __version__ = '2.6 .0'
8
+ __version__ = '2.7 .0'
9
9
__author__ = 'Asif Saif Uddin, Ask Solem'
10
10
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
11
11
__homepage__ = 'https://github.com/celery/django-celery-beat'
Original file line number Diff line number Diff line change 1
- :Version: 2.6 .0
1
+ :Version: 2.7 .0
2
2
:Web: http://django-celery-beat.readthedocs.io/
3
3
:Download: http://pypi.python.org/pypi/django-celery-beat
4
4
:Source: http://github.com/celery/django-celery-beat
You can’t perform that action at this time.
0 commit comments