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.0 .0
2
+ current_version = 2.1 .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.0 .0
7
+ :Version: 2.1 .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 7
7
8
8
from collections import namedtuple
9
9
10
- __version__ = '2.0 .0'
10
+ __version__ = '2.1 .0'
11
11
__author__ = 'Asif Saif Uddin, Ask Solem'
12
12
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
13
13
__homepage__ = 'https://github.com/celery/django-celery-beat'
Original file line number Diff line number Diff line change 1
- :Version: 2.0 .0
1
+ :Version: 2.1 .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.
4 commit comments
sfdye commentedon Oct 21, 2020
Looks like the changelog is not updated?
auvipy commentedon Oct 21, 2020
will update, you can check the commit history in the mentime
peterfarrell commentedon Nov 3, 2020
changelog hasn't been updated yet.
auvipy commentedon Nov 3, 2020
you can help to update by contributing. checking the commit log is the way best way