From 6d010d108c69a029d511d308525230a4b1aade84 Mon Sep 17 00:00:00 2001 From: John Norwood Date: Wed, 11 Oct 2023 21:39:02 +0100 Subject: [PATCH] Release version 2023.10.0 --- debian/changelog | 10 ++++++++++ setup.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1e74fb1..70ab310 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +stupidchess-uwsgi (2023.10.0) jammy; urgency=medium + + * chore: Updates docker images in docker-compose to better reflect what will soon be deployed + * chore: removes socket from uwsgi config file to use systemd socket activation + * fix: Small local fixes and fixes issue where remember me functionality didn't work + * chore: adds a couple common-sense uwsgi config parameters + * fix: Makes docker changes to accomodate nginx now access logging to journal + + -- John Norwood Wed, 11 Oct 2023 21:39:00 +0100 + stupidchess-uwsgi (2023.9.1) jammy; urgency=medium * feat: Removes no longer needed service and socket files from debian package,as well as moves RPI config to salt diff --git a/setup.py b/setup.py index 2cb2399..eb7c893 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="stupidchess", - version="2023.9.1", + version="2023.10.0", packages=find_packages(), zip_safe=False, package_data={