File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.0 .0
2+ current_version = 2.1 .0
33commit = True
44tag = True
55parse = (?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-
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44import re
55from collections import namedtuple
66
7- __version__ = '2.0 .0'
7+ __version__ = '2.1 .0'
88__author__ = 'Ask Solem'
99__contact__ = 'ask@celeryproject.org'
1010__homepage__ = 'http://github.com/celery/sphinx_celery'
You can’t perform that action at this time.
0 commit comments