diff --git a/CHANGES.rst b/CHANGES.rst index 4ff95f6..309370f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,9 @@ +2.1 (unreleased) +---------------- + +- Nothing changed yet. + + 2.0 (2023-10-19) ---------------- diff --git a/pyproject.toml b/pyproject.toml index 274ef1e..c78a129 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "unoserver" -version = "2.0" +version = "2.1.dev0" description = "A server for file conversions with Libre Office" classifiers = [ "Development Status :: 5 - Production/Stable",