[Python-modules-commits] [sphinx-celery] 04/04: Bumps version to 1.1.0 and updates Changelog

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Fri Aug 18 07:00:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to tag v1.1.0
in repository sphinx-celery.

commit 19e64a3112dd664bf48057e07587a108d4cb1648
Author: Ask Solem <ask at celeryproject.org>
Date:   Fri Apr 8 16:18:54 2016 -0700

    Bumps version to 1.1.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 deecbd3..e54e9e1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,16 @@
 Changes
 =======
 
+.. _version-1.1.0:
+
+1.1.0
+=====
+:release-date: 2016-04-08 04:18 P.M PDT
+
+- New apicheck extension
+
+- New configcheck extension
+
 .. _version-1.0.0:
 
 1.0.0
diff --git a/README.rst b/README.rst
index b201467..8b4acba 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
  Celery Sphinx Utilities
 =====================================================================
 
-:Version: 1.0.0
+:Version: 1.1.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 b9da6d1..85f8c5e 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, 0, 0, '', '')
+VERSION = version_info = version_info_t(1, 1, 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