Skip to content

Commit 9ad2c99

Browse files
committedOct 19, 2022
Bump version: v2.3.0 → v2.4.0
1 parent 5c1a1e0 commit 9ad2c99

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.3.0
2+
current_version = 2.4.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.3.0
7+
:Version: 2.4.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
@@ -7,7 +7,7 @@
77

88
import django
99

10-
__version__ = '2.3.0'
10+
__version__ = '2.4.0'
1111
__author__ = 'Asif Saif Uddin, Ask Solem'
1212
__contact__ = 'auvipy@gmail.com, ask@celeryproject.org'
1313
__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.3.0
1+
:Version: 2.4.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)
Please sign in to comment.