Skip to content

Commit 011fe8f

Browse files
author
Omer Katz
committed
Bump version: 1.4.8 → 2.0.0
1 parent c94dcc9 commit 011fe8f

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.8
2+
current_version = 2.0.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
@@ -2,7 +2,7 @@
22
Celery Sphinx Utilities
33
=====================================================================
44

5-
:Version: 1.4.8
5+
:Version: 2.0.0
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.8'
9+
__version__ = '2.0.0'
1010
__author__ = 'Ask Solem'
1111
__contact__ = '[email protected]'
1212
__homepage__ = 'http://github.com/celery/sphinx_celery'

0 commit comments

Comments
 (0)