[Python-modules-commits] [sphinx-celery] 04/04: Bumps version to 1.3.0 and updates Changelog
Christopher Stuart Hoskin
mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:25 UTC 2017
This is an automated email from the git hooks/post-receive script.
mans0954 pushed a commit to tag v1.3.0
in repository sphinx-celery.
commit 509f3f7bcf836a5ce73e15ee9e221f7d4a41ffac
Author: Ask Solem <ask at celeryproject.org>
Date: Fri May 27 13:43:05 2016 -0700
Bumps version to 1.3.0 and updates Changelog
---
Changelog | 10 ++++++++++
README.rst | 2 +-
sphinx_celery/__init__.py | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/Changelog b/Changelog
index 3048782..0ddd958 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,16 @@
Changes
=======
+.. _version-1.3.0:
+
+1.3.0
+=====
+:release-date: 2016-05-27 01:41 P.M PDT
+
+- Removes dependency on non-Python3 compatible sphinxcontrib-cheeseshop
+
+ The ``:pypi:`` role has been replaced using extlinks, so will still work.
+
.. _version-1.2.0:
1.2.0
diff --git a/README.rst b/README.rst
index ad65a1d..c18758b 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
Celery Sphinx Utilities
=====================================================================
-:Version: 1.2.0
+:Version: 1.3.0
: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 7d70776..59a0b07 100644
--- a/sphinx_celery/__init__.py
+++ b/sphinx_celery/__init__.py
@@ -9,7 +9,7 @@ version_info_t = namedtuple(
'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
)
-VERSION = version_info = version_info_t(1, 2, 0, '', '')
+VERSION = version_info = version_info_t(1, 3, 0, '', '')
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__author__ = 'Ask Solem'
--
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