Skip to content

Commit

Permalink
Releasing 3.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Oct 28, 2019
1 parent 6749985 commit 9ee6182
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/admin/install/openshift2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ with the following command:
rhc -aweblate app create -t python-2.7 --from-code https://github.com/WeblateOrg/weblate.git --no-git
# Install Weblate release
rhc -aweblate app create -t python-2.7 --from-code https://github.com/WeblateOrg/weblate.git#weblate-3.9 --no-git
rhc -aweblate app create -t python-2.7 --from-code https://github.com/WeblateOrg/weblate.git#weblate-3.9.1 --no-git
The ``-a`` option defines the name of your weblate installation, ``weblate`` in
this instance. Feel free to specify a different name.
Expand Down
2 changes: 1 addition & 1 deletion docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Weblate 3.9.1
-------------

Not yet released.
Released on October 28th 2019.

* Remove some not needed files from backups.
* Fixed potential crash in reports.
Expand Down
2 changes: 1 addition & 1 deletion weblate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def get_root_dir():


# Weblate version
VERSION = '3.9.1-dev'
VERSION = '3.9.1'

# Version string without suffix
VERSION_BASE = VERSION.replace('-dev', '')
Expand Down

0 comments on commit 9ee6182

Please sign in to comment.