rel 24.4
authorRadek Czajka <rczajka@rczajka.pl>
Wed, 10 Apr 2024 11:12:30 +0000 (13:12 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Wed, 10 Apr 2024 11:12:30 +0000 (13:12 +0200)
CHANGELOG.md
setup.py

index 3a93be3..171bb9b 100644 (file)
@@ -2,6 +2,14 @@
 
 This document records all notable changes to Librarian.
 
+## 24.4
+
+- Add fundraising inserts in PDF.
+
+## 24.1
+
+- Added cover logos support.
+
 ## 23.12
 
 - Added debug version for epub and epubcheck utility.
index 6b04c15..1368375 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='24.1',
+    version='24.4',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',