File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.1.0
2+ current_version = 2.1.1
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 22 Celery Sphinx Utilities
33=====================================================================
44
5- :Version: 2.1.0
5+ :Version: 2.1.1
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.1.0 '
7+ __version__ = '2.1.1 '
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