diff --git a/CHANGES.rst b/CHANGES.rst index fed88b5..88d8133 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,8 +1,7 @@ -3.0b3 (unreleased) ------------------- - -- Nothing changed yet. +3.0 (2024-10-22) +---------------- +- No changes since beta. 3.0b2 (2024-10-15) ------------------ diff --git a/pyproject.toml b/pyproject.toml index db16dfa..ab4af88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "unoserver" -version = "3.0b3.dev0" +version = "3.0" description = "A server for file conversions with Libre Office" classifiers = [ "Development Status :: 5 - Production/Stable",