From 14505acd4a096d8279dbca0be180775abfa0ea24 Mon Sep 17 00:00:00 2001 From: Lennart Regebro Date: Thu, 19 Oct 2023 15:17:59 +0200 Subject: [PATCH] Back to development: 2.1 --- CHANGES.rst | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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",