Skip to content

Commit ce4ad67

Browse files
committed
Bump version: 1.4.7 → 1.4.8
1 parent 8e19d04 commit ce4ad67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 1.4.7
2+
current_version = 1.4.8
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
@@ -2,7 +2,7 @@
22
Celery Sphinx Utilities
33
=====================================================================
44

5-
:Version: 1.4.7
5+
:Version: 1.4.8
66
:Download: http://pypi.python.org/pypi/sphinx_celery/
77
:Source: http://github.com/celery/sphinx_celery/
88
:Keywords: Sphinx, documentation, python

sphinx_celery/__init__.py

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

77
from collections import namedtuple
88

9-
__version__ = '1.4.7'
9+
__version__ = '1.4.8'
1010
__author__ = 'Ask Solem'
1111
__contact__ = '[email protected]'
1212
__homepage__ = 'http://github.com/celery/sphinx_celery'

0 commit comments

Comments
 (0)