Skip to content

Commit ded9295

Browse files
author
Omer Katz
committed
Bump version: 2.0.0 → 2.1.0
1 parent 6fce5bf commit ded9295

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.0
2+
current_version = 2.1.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
@@ -10,4 +10,3 @@ serialize =
1010
[bumpversion:file:sphinx_celery/__init__.py]
1111

1212
[bumpversion:file:README.rst]
13-

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: 2.0.0
5+
:Version: 2.1.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
@@ -4,7 +4,7 @@
44
import re
55
from collections import namedtuple
66

7-
__version__ = '2.0.0'
7+
__version__ = '2.1.0'
88
__author__ = 'Ask Solem'
99
__contact__ = '[email protected]'
1010
__homepage__ = 'http://github.com/celery/sphinx_celery'

0 commit comments

Comments
 (0)