diff --git a/CHANGES.rst b/CHANGES.rst index c1ed093..73e5588 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ -2.1 (unreleased) ----------------- +2.0.1 (2024-01-12) +------------------ - Specifying `--host-location=remote` didn't work for the outfile if you used port forwarding from localhost. diff --git a/pyproject.toml b/pyproject.toml index c78a129..1c0fd48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "unoserver" -version = "2.1.dev0" +version = "2.0.1" description = "A server for file conversions with Libre Office" classifiers = [ "Development Status :: 5 - Production/Stable",