diff --git a/debian/changelog b/debian/changelog index 18a7f69..cf5c5ad 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +quicktill (23.5) stable; urgency=low + + * New release 23.5 + + * Support images on PDF receipts + + * Remove imagesize dependency, use Pillow to load images + + * Receipt logos: add support for black-and-white binary netpbm images. (#282) + + -- Stephen Early Fri, 10 May 2024 11:49:05 +0100 + quicktill (23.4) stable; urgency=low * New release 23.4 diff --git a/setup.cfg b/setup.cfg index 2a52d3b..d0fa840 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = quicktill -version = 23.4 +version = 23.5 description = Quick till and stock control library long_description = file: README.md long_description_content_type = text/markdown