[Python-modules-commits] [sphinx-celery] 08/08: Bump version: 1.3.0 → 1.3.1
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:28 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to tag v1.3.1
in repository sphinx-celery.
commit eabdce35f55c648630527fd73a09ea85b4753ea2
Author: Ask Solem <ask at celeryproject.org>
Date: Wed Aug 10 13:41:13 2016 -0700
Bump version: 1.3.0 → 1.3.1
---
.bumpversion.cfg | 9 +++++----
README.rst | 2 +-
sphinx_celery/__init__.py | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
index 8ed30da..d885ce6 100644
--- a/.bumpversion.cfg
+++ b/.bumpversion.cfg
@@ -1,12 +1,13 @@
[bumpversion]
-current_version = 1.3.0
+current_version = 1.3.1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?
-serialize =
- {major}.{minor}.{patch}{releaselevel}
- {major}.{minor}.{patch}
+serialize =
+ {major}.{minor}.{patch}{releaselevel}
+ {major}.{minor}.{patch}
[bumpversion:file:sphinx_celery/__init__.py]
[bumpversion:file:README.rst]
+
diff --git a/README.rst b/README.rst
index c18758b..6a79e09 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
Celery Sphinx Utilities
=====================================================================
-:Version: 1.3.0
+:Version: 1.3.1
:Download: http://pypi.python.org/pypi/sphinx_celery/
:Source: http://github.com/celery/sphinx_celery/
:Keywords: Sphinx, documentation, python
diff --git a/sphinx_celery/__init__.py b/sphinx_celery/__init__.py
index 013bc09..47a7852 100644
--- a/sphinx_celery/__init__.py
+++ b/sphinx_celery/__init__.py
@@ -6,7 +6,7 @@ import re
from collections import namedtuple
-__version__ = '1.3.0'
+__version__ = '1.3.1'
__author__ = 'Ask Solem'
__contact__ = 'ask at celeryproject.org'
__homepage__ = 'http://github.com/celery/sphinx_celery'
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/sphinx-celery.git
More information about the Python-modules-commits
mailing list