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 1
1
[bumpversion]
2
- current_version = 1.4.8
2
+ current_version = 2.0.0
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Original file line number Diff line number Diff line change 2
2
Celery Sphinx Utilities
3
3
=====================================================================
4
4
5
- :Version: 1.4.8
5
+ :Version: 2.0.0
6
6
:Download: http://pypi.python.org/pypi/sphinx_celery/
7
7
:Source: http://github.com/celery/sphinx_celery/
8
8
:Keywords: Sphinx, documentation, python
Original file line number Diff line number Diff line change 6
6
7
7
from collections import namedtuple
8
8
9
- __version__ = '1.4.8 '
9
+ __version__ = '2.0.0 '
10
10
__author__ = 'Ask Solem'
11
11
__contact__ = 'ask@celeryproject.org'
12
12
__homepage__ = 'http://github.com/celery/sphinx_celery'
You can’t perform that action at this time.
0 commit comments