Skip to content

Commit

Permalink
chore: setting version to 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Dec 20, 2024
1 parent 4211554 commit c3b1e8d
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 8 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.9.2",
"version": "5.10",
"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.10
------------

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.10.rst

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

Weblate 5.9.2
-------------

Expand Down
2 changes: 2 additions & 0 deletions docs/changes/contributors/5.10.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 @@ -66,7 +66,7 @@ def setup(app) -> None:
author = "Michal Čihař"

# The full version, including alpha/beta/rc tags
release = "5.9.2"
release = "5.10"

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ keywords = [
license = {text = "GPLv3+"}
name = "weblate"
requires-python = ">=3.11"
version = "5.9.2"
version = "5.10"

[project.optional-dependencies]
alibaba = [
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9.2"
VERSION = "5.10-dev"

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

0 comments on commit c3b1e8d

Please sign in to comment.