Skip to content

Commit

Permalink
Bump up Pootle version
Browse files Browse the repository at this point in the history
  • Loading branch information
unho committed Jun 22, 2016
1 parent f17dfef commit 8a92d55
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
Expand Up @@ -107,7 +107,7 @@ To verify that everything installed correctly, you should be able to access the
.. code-block:: console
(env) $ pootle --version
Pootle 2.7.3 (Django 1.8.8, Translate Toolkit 1.13.0)
Pootle 2.8.0b1 (Django 1.8.13, Translate Toolkit 1.13.0)
.. _installation#initializing-the-configuration:
Expand Down
2 changes: 1 addition & 1 deletion pootle/__init__.py
Expand Up @@ -8,6 +8,6 @@

from pootle.core.utils.version import get_version

VERSION = (2, 7, 3, 'beta', 1)
VERSION = (2, 8, 0, 'beta', 1)

__version__ = get_version(VERSION)

0 comments on commit 8a92d55

Please sign in to comment.