diff --git a/debian/changelog b/debian/changelog index 544a102..27145ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +stupidchess-uwsgi (2024.7.0) jammy; urgency=medium + + * chore: Updates README with updated deployment information + * fix: minor color change + + -- John Norwood Sun, 21 Jul 2024 23:26:09 +0100 + stupidchess-uwsgi (2023.10.1) jammy; urgency=medium * chore: Updates nginx image to 2023.10.0 diff --git a/setup.py b/setup.py index a0c0b1c..0205483 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="stupidchess", - version="2023.10.1", + version="2024.7.0", packages=find_packages(), zip_safe=False, package_data={