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 = 1.4.8
2+ current_version = 2.0.0
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: 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
Original file line number Diff line number Diff line change 66
77from collections import namedtuple
88
9- __version__ = '1.4.8 '
9+ __version__ = '2.0.0 '
1010__author__ = 'Ask Solem'
1111__contact__ = 'ask@celeryproject.org'
1212__homepage__ = 'http://github.com/celery/sphinx_celery'
You can’t perform that action at this time.
0 commit comments