diff --git a/HISTORY.rst b/HISTORY.rst index 417b672..d2ec2d9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,15 @@ History .. towncrier release notes start +2.4.2 (2024-02-05) +================== + +Features +-------- + +- Add uz translations (#198) + + 2.4.1 (2023-12-13) ================== diff --git a/changes/198.feature b/changes/198.feature deleted file mode 100644 index f3de9e2..0000000 --- a/changes/198.feature +++ /dev/null @@ -1 +0,0 @@ -Add uz translations diff --git a/meta/__init__.py b/meta/__init__.py index 2bd61a2..60be088 100644 --- a/meta/__init__.py +++ b/meta/__init__.py @@ -1 +1 @@ -__version__ = "2.4.2.dev1" +__version__ = "2.4.2" diff --git a/pyproject.toml b/pyproject.toml index 6b8747d..3c57c55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ commit = true message = "Release {new_version}" commit_args = "--no-verify" tag = false -current_version = "2.4.2.dev1" +current_version = "2.4.2" parse = """(?x) (?P[0-9]+) \\.(?P[0-9]+)