Skip to content

Commit c985836

Browse files
committed
Bump version: v2.4.0 → v2.5.0
1 parent c2d3346 commit c985836

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

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

README.rst

Lines changed: 1 addition & 1 deletion
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.4.0
7+
:Version: 2.5.0
88
:Web: http://django-celery-results.readthedocs.io/
99
:Download: http://pypi.python.org/pypi/django-celery-results
1010
:Source: http://github.com/celery/django-celery-results

django_celery_results/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import django
1010

11-
__version__ = '2.4.0'
11+
__version__ = '2.5.0'
1212
__author__ = 'Asif Saif Uddin, Ask Solem'
1313
1414
__homepage__ = 'https://github.com/celery/django-celery-results'

docs/includes/introduction.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:Version: 2.4.0
1+
:Version: 2.5.0
22
:Web: http://django-celery-results.readthedocs.io/
33
:Download: http://pypi.python.org/pypi/django-celery-results
44
:Source: http://github.com/celery/django-celery-results

0 commit comments

Comments
 (0)