diff --git a/docs/server/installation.rst b/docs/server/installation.rst index 2a0aa2b35a9..40cd2a4ba6a 100644 --- a/docs/server/installation.rst +++ b/docs/server/installation.rst @@ -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.5 (Django 1.7.11, Translate Toolkit 1.13.0) + Pootle 2.7.6 (Django 1.7.11, Translate Toolkit 1.13.0) .. _installation#initializing-the-configuration: diff --git a/pootle/__init__.py b/pootle/__init__.py index 3113d48fe11..7b468cbb401 100644 --- a/pootle/__init__.py +++ b/pootle/__init__.py @@ -9,6 +9,6 @@ from pootle.core.utils.version import get_version -VERSION = (2, 7, 5, 'final', 0) +VERSION = (2, 7, 6, 'final', 0) __version__ = get_version(VERSION)