Skip to content

Commit

Permalink
Bump up Pootle version to 2.7.3 Beta 1
Browse files Browse the repository at this point in the history
q
  • Loading branch information
unho committed Nov 20, 2015
1 parent 6e152bd commit 47037f8
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.1 (Django 1.7.10, Translate Toolkit 1.13.0)
Pootle 2.7.3 (Django 1.7.10, 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, 3, 'alpha', 0)
VERSION = (2, 7, 3, 'beta', 1)

__version__ = get_version(VERSION)

0 comments on commit 47037f8

Please sign in to comment.