rel 1.11.2
authorRadek Czajka <rczajka@rczajka.pl>
Fri, 18 Dec 2020 09:23:40 +0000 (10:23 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Fri, 18 Dec 2020 09:23:40 +0000 (10:23 +0100)
CHANGELOG.md
setup.py

index 322dba0..621ddae 100644 (file)
@@ -3,10 +3,11 @@
 This document records all notable changes to Librarian.
 
 
-## 1.11.1 (2020-12-18)
+## 1.11.2 (2020-12-18)
 
 ### Fixed
 - MathML in EPUBs.
+- Subchapters without chapters in EPUBs.
 
 
 ## 1.11 (2020-12-09)
index dda645c..54e462e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='1.11.1',
+    version='1.11.2',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',