Version 2.2 2.2
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 7 Oct 2021 10:16:59 +0000 (12:16 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 7 Oct 2021 10:16:59 +0000 (12:16 +0200)
CHANGELOG.md
setup.py

index 3c07df9..b388ed7 100644 (file)
@@ -3,6 +3,16 @@
 This document records all notable changes to Librarian.
 
 
+## 2.2 (2021-10-07)
+
+### Added
+- Support for block annotations.
+- Option to use endnotes in PDF.
+
+### Fixed
+- Avoid hanging conjunctions on covers.
+
+
 ## 2.1 (2021-07-08)
 
 ### Added
index 9c0ce5a..992c62d 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='2.1',
+    version='2.2',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',