Skip to content

Commit 5c2217f

Browse files
committed
Bump version: 1.4.0 → 1.5.0
1 parent 79e2204 commit 5c2217f

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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 = 1.4.0
2+
current_version = 1.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: 1.4.0
7+
:Version: 1.5.0
88
:Web: http://case.readthedocs.org/
99
:Download: http://pypi.python.org/pypi/case/
1010
:Source: http://github.com/celery/case/

case/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from . import mock
1212
from . import skip
1313

14-
__version__ = '1.4.0'
14+
__version__ = '1.5.0'
1515
__author__ = 'Ask Solem'
1616
__contact__ = 'ask@celeryproject.org'
1717
__homepage__ = 'http://github.com/celery/case'

docs/includes/introduction.txt

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

0 commit comments

Comments
 (0)