Skip to content

Commit

Permalink
Bump up version number to 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed May 20, 2016
1 parent 4e271e9 commit d8c4c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/server/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ To verify that everything installed correctly, you should be able to access the
.. code-block:: bash
(env) $ pootle --version
Pootle 2.7.4 (Django 1.7.11, Translate Toolkit 1.13.0)
Pootle 2.7.5 (Django 1.7.11, Translate Toolkit 1.13.0)
.. _installation#initializing-the-configuration:
Expand Down
2 changes: 1 addition & 1 deletion pootle/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@

from pootle.core.utils.version import get_version

VERSION = (2, 7, 4, 'final', 0)
VERSION = (2, 7, 5, 'final', 0)

__version__ = get_version(VERSION)

0 comments on commit d8c4c88

Please sign in to comment.