Skip to content

Commit

Permalink
Release version 2023.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
norwoodj committed Oct 11, 2023
1 parent 87f090c commit 6d010d1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="stupidchess",
version="2023.9.1",
version="2023.10.0",
packages=find_packages(),
zip_safe=False,
package_data={
Expand Down

0 comments on commit 6d010d1

Please sign in to comment.