rel 2.3.2
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 21 Dec 2021 11:21:42 +0000 (12:21 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 21 Dec 2021 11:21:42 +0000 (12:21 +0100)
CHANGELOG.md
setup.py

index a233dcd..2fd7960 100644 (file)
@@ -2,6 +2,14 @@
 
 This document records all notable changes to Librarian.
 
+
+## 2.3.2 (2021-12-21)
+
+### Fixed:
+- Legimi cover colors.
+- EPUB/MOBI TOC styling.
+
+
 ## 2.3.1 (2021-12-20)
 
 ### Fixed:
index 1a89e8f..44537a7 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='2.3.1',
+    version='2.3.2',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',