Skip to content

Commit

Permalink
chore: setting version to 5.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Feb 28, 2025
1 parent eeb3303 commit b2795e9
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 5 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.10.2",
"version": "5.10.3",
"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.3
--------------

*Not yet released.*

.. rubric:: New features

.. rubric:: Improvements

.. rubric:: Bug fixes

.. rubric:: Compatibility

.. rubric:: Upgrading

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

.. rubric:: Contributors

.. include:: changes/contributors/5.10.3.rst

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

Weblate 5.10.2
--------------

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

# The full version, including alpha/beta/rc tags
release = "5.10.2"
release = "5.10.3"

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

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

[project.optional-dependencies]
alibaba = [
Expand Down
2 changes: 1 addition & 1 deletion 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.10.2"
VERSION = "5.10.3-dev"

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

0 comments on commit b2795e9

Please sign in to comment.