Version bump. 1.8.3
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 28 May 2020 15:15:43 +0000 (17:15 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 28 May 2020 15:15:43 +0000 (17:15 +0200)
CHANGELOG.md
setup.py

index c99545c..ecb5c4a 100644 (file)
@@ -2,6 +2,14 @@
 
 This document records all notable changes to Librarian.
 
+
+## 1.8.3 (2020-05-28)
+
+### Fixed
+- XML entities in MathML breaking PDF generation.
+- Regression: verse numbering was lost.
+
+
 ## 1.8.2 (2020-04-03)
 
 ### Changed
index 50c53f1..9b43f50 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='1.8.2',
+    version='1.8.3',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',