Skip to content

Commit

Permalink
Bump version: 2.1.2 → 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz committed Jan 18, 2024
1 parent f5f7467 commit 0f5d262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.2
current_version = 2.1.3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Celery Sphinx Utilities
=====================================================================

:Version: 2.1.2
:Version: 2.1.3
:Download: http://pypi.python.org/pypi/sphinx_celery/
:Source: http://github.com/celery/sphinx_celery/
:Keywords: Sphinx, documentation, python
Expand Down
2 changes: 1 addition & 1 deletion sphinx_celery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import re
from collections import namedtuple

__version__ = '2.1.2'
__version__ = '2.1.3'
__author__ = 'Ask Solem'
__contact__ = '[email protected]'
__homepage__ = 'http://github.com/celery/sphinx_celery'
Expand Down

0 comments on commit 0f5d262

Please sign in to comment.