diff --git a/debian/changelog b/debian/changelog index 89b7654..897d912 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +quicktill (23.3) stable; urgency=low + + * New release 23.3 + + * Sort Square terminals by pairing time + + * Prevent crash when stocktype has a negative sale price + + * Enable negative price PLUs to sell negative number of items + + -- Stephen Early Fri, 19 Apr 2024 16:17:25 +0100 + quicktill (23.2) stable; urgency=low * New release 23.2 diff --git a/setup.cfg b/setup.cfg index cf962d2..ed78046 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = quicktill -version = 23.2 +version = 23.3 description = Quick till and stock control library long_description = file: README.md long_description_content_type = text/markdown