From 49f486a00b1f26cec9e1cafdaecea271e3c853f0 Mon Sep 17 00:00:00 2001 From: Marco Bonetti Date: Wed, 30 Mar 2016 21:25:55 +0200 Subject: [PATCH] getting ready for 0.7.11 --- CHANGES | 4 ++-- docs/conf.py | 6 +++--- rosetta/__init__.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index a3915e18..1ddac5da 100644 --- a/CHANGES +++ b/CHANGES @@ -1,8 +1,8 @@ Version History =============== -Version 0.7.11 (unreleased) ---------------------------- +Version 0.7.11 +-------------- * Make MO file compilation optional (PR #166, Issue #155, thanks @nealtodd) * Fix an invalid page get parameter by falling back to page 1 (PR #165, thanks @nealtodd) * Adds reference language selector (PR #60, thanks @hsoft) diff --git a/docs/conf.py b/docs/conf.py index 48b6f282..203acb13 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -47,7 +47,7 @@ # General information about the project. project = u'Django Rosetta' -copyright = u'2016, Marco Bonetti' +copyright = u'2008 – 2016 Marco Bonetti and contributors' author = u'Marco Bonetti' # The version info for the project you're documenting, acts as replacement for @@ -55,9 +55,9 @@ # built documents. # # The short X.Y version. -version = '0.7.10' +version = '0.7.11' # The full version, including alpha/beta/rc tags. -release = '0.7.10' +release = '0.7.11' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/rosetta/__init__.py b/rosetta/__init__.py index b18a381e..8bfcfd72 100644 --- a/rosetta/__init__.py +++ b/rosetta/__init__.py @@ -1,4 +1,4 @@ -VERSION = (0, 7, 10) +VERSION = (0, 7, 11) def get_version(svn=False, limit=3):