Skip to content

Commit 49f486a

Browse files
committed
getting ready for 0.7.11
1 parent 5f8e350 commit 49f486a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CHANGES

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Version History
22
===============
33

4-
Version 0.7.11 (unreleased)
5-
---------------------------
4+
Version 0.7.11
5+
--------------
66
* Make MO file compilation optional (PR #166, Issue #155, thanks @nealtodd)
77
* Fix an invalid page get parameter by falling back to page 1 (PR #165, thanks @nealtodd)
88
* Adds reference language selector (PR #60, thanks @hsoft)

docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@
4747

4848
# General information about the project.
4949
project = u'Django Rosetta'
50-
copyright = u'2016, Marco Bonetti'
50+
copyright = u'2008 – 2016 Marco Bonetti and contributors'
5151
author = u'Marco Bonetti'
5252

5353
# The version info for the project you're documenting, acts as replacement for
5454
# |version| and |release|, also used in various other places throughout the
5555
# built documents.
5656
#
5757
# The short X.Y version.
58-
version = '0.7.10'
58+
version = '0.7.11'
5959
# The full version, including alpha/beta/rc tags.
60-
release = '0.7.10'
60+
release = '0.7.11'
6161

6262
# The language for content autogenerated by Sphinx. Refer to documentation
6363
# for a list of supported languages.

rosetta/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (0, 7, 10)
1+
VERSION = (0, 7, 11)
22

33

44
def get_version(svn=False, limit=3):

0 commit comments

Comments
 (0)