From 3d6e99e3aeb098a6d1680e349d2eff0fe1b5ca8a Mon Sep 17 00:00:00 2001 From: John Norwood Date: Sat, 23 Sep 2023 14:50:58 +0100 Subject: [PATCH] Release version 2023.9.0 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index a754b87..82fe978 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +stupidchess-uwsgi (2023.9.0) jammy; urgency=medium + + * chore: updates image versions from frontend repo + + -- John Norwood Sat, 23 Sep 2023 14:50:56 +0100 + stupidchess-uwsgi (2023.8.1) jammy; urgency=medium * chore: updates docs to reflect new local run port diff --git a/setup.py b/setup.py index 7c37262..73d4feb 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="stupidchess", - version="2023.8.1", + version="2023.9.0", packages=find_packages(), zip_safe=False, package_data={