Skip to content

Commit

Permalink
chore: setting version to 5.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Oct 15, 2024
1 parent 59f4c85 commit ac20bdb
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "weblate-client-libs",
"version": "5.8.1",
"version": "5.8.2",
"description": "Used to manage 3rd party libraries for the client side.",
"license": "GPL-3.0-or-later",
"scripts": {
Expand Down
23 changes: 23 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
Weblate 5.8.2
-------------

Not yet released.

**New features**

**Improvements**

**Bug fixes**

**Compatibility**

**Upgrading**

Please follow :ref:`generic-upgrade-instructions` in order to perform update.

**Contributors**

.. include:: changes/contributors/5.8.2.rst

`All changes in detail <https://github.com/WeblateOrg/weblate/milestone/129?closed=1>`__.

Weblate 5.8.1
-------------

Expand Down
2 changes: 2 additions & 0 deletions docs/changes/contributors/5.8.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
..
scripts/prepare-release fills this
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup(app) -> None:
author = "Michal Čihař"

# The full version, including alpha/beta/rc tags
release = "5.8.1"
release = "5.8.2"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion weblate/utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def get_root_dir():


# Weblate version
VERSION = "5.8.1"
VERSION = "5.8.2-dev"

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

0 comments on commit ac20bdb

Please sign in to comment.