Skip to content

Commit

Permalink
getting ready for 0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi committed Mar 30, 2016
1 parent 5f8e350 commit 49f486a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,17 @@

# 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
# |version| and |release|, also used in various other places throughout the
# 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.
Expand Down
2 changes: 1 addition & 1 deletion rosetta/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (0, 7, 10)
VERSION = (0, 7, 11)


def get_version(svn=False, limit=3):
Expand Down

0 comments on commit 49f486a

Please sign in to comment.