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

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


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

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

commit 448a64d4dcaf972e07280be0d3482ed0a71f198f
Author: Ask Solem <ask at celeryproject.org>
Date:   Thu Apr 14 11:25:19 2016 -0700

    Bumps version to 1.2.0 and updates Changelog
---
 Changelog                 | 20 ++++++++++++++++++++
 README.rst                |  2 +-
 sphinx_celery/__init__.py |  2 +-
 3 files changed, 22 insertions(+), 2 deletions(-)

diff --git a/Changelog b/Changelog
index e54e9e1..3048782 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,26 @@
 Changes
 =======
 
+.. _version-1.2.0:
+
+1.2.0
+=====
+:release-date: 2016-04-14 11:22 P.M PDT
+
+- New extlink crossref type: ``:github_username:``.
+
+- New extlink crossref type: ``:github_branch:``.
+
+- New extlink crossref type: ``:sha:``.
+
+- Adds :pypi:`sphinxcontrib-spelling`.
+
+    To check spelling mistakes run the following command:
+
+    .. code-block:: console
+
+        $ sphinx-build -b spelling
+
 .. _version-1.1.0:
 
 1.1.0
diff --git a/README.rst b/README.rst
index 8b4acba..ad65a1d 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
  Celery Sphinx Utilities
 =====================================================================
 
-:Version: 1.1.0
+:Version: 1.2.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 85f8c5e..7d70776 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, 1, 0, '', '')
+VERSION = version_info = version_info_t(1, 2, 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