File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Version 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)
Original file line number Diff line number Diff line change 4747
4848# General information about the project.
4949project = u'Django Rosetta'
50- copyright = u'2016, Marco Bonetti'
50+ copyright = u'2008 – 2016 Marco Bonetti and contributors '
5151author = 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.
Original file line number Diff line number Diff line change 1- VERSION = (0 , 7 , 10 )
1+ VERSION = (0 , 7 , 11 )
22
33
44def get_version (svn = False , limit = 3 ):
You can’t perform that action at this time.
0 commit comments