From 81d152a687fcd1d058e0968351f1a497ff7d4150 Mon Sep 17 00:00:00 2001 From: Cimbali Date: Thu, 14 Dec 2023 17:43:44 +0000 Subject: [PATCH] Release recent bugfixes in 1.8.5 --- pympress/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pympress/__init__.py b/pympress/__init__.py index 9b075293..04ab22ca 100644 --- a/pympress/__init__.py +++ b/pympress/__init__.py @@ -26,7 +26,7 @@ # DON'T IMPORT ANYTHING HERE (OR YOU WILL BREAK setup.py) # -__version__ = '1.8.4' +__version__ = '1.8.5' __author__ = """2009, 2010 Thomas Jost 2015-2023 Cimbali 2016 Christoph Rath