Commit 49f486a 1 parent 5f8e350 commit 49f486a Copy full SHA for 49f486a
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Version History
2
2
===============
3
3
4
- Version 0.7.11 (unreleased)
5
- ---------------------------
4
+ Version 0.7.11
5
+ --------------
6
6
* Make MO file compilation optional (PR #166, Issue #155, thanks @nealtodd)
7
7
* Fix an invalid page get parameter by falling back to page 1 (PR #165, thanks @nealtodd)
8
8
* Adds reference language selector (PR #60, thanks @hsoft)
Original file line number Diff line number Diff line change 47
47
48
48
# General information about the project.
49
49
project = u'Django Rosetta'
50
- copyright = u'2016, Marco Bonetti'
50
+ copyright = u'2008 – 2016 Marco Bonetti and contributors '
51
51
author = u'Marco Bonetti'
52
52
53
53
# The version info for the project you're documenting, acts as replacement for
54
54
# |version| and |release|, also used in various other places throughout the
55
55
# built documents.
56
56
#
57
57
# The short X.Y version.
58
- version = '0.7.10 '
58
+ version = '0.7.11 '
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '0.7.10 '
60
+ release = '0.7.11 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# 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 )
2
2
3
3
4
4
def get_version (svn = False , limit = 3 ):
You can’t perform that action at this time.
0 commit comments