2.1 2.1
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 8 Jul 2021 14:12:22 +0000 (16:12 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 8 Jul 2021 14:12:22 +0000 (16:12 +0200)
CHANGELOG.md
setup.py

index 78b696e..3c07df9 100644 (file)
@@ -3,6 +3,13 @@
 This document records all notable changes to Librarian.
 
 
+## 2.1 (2021-07-08)
+
+### Added
+- Basic document structure validation.
+- Support for headers inside quotes in epub.
+
+
 ## 2.0 (2021-07-08)
 
 ### Added
index 698c532..9c0ce5a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='2.0',
+    version='2.1',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',