Rel 2.3
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 20 Dec 2021 11:30:09 +0000 (12:30 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 20 Dec 2021 11:30:09 +0000 (12:30 +0100)
CHANGELOG.md
setup.py

index b388ed7..c724abf 100644 (file)
@@ -3,6 +3,17 @@
 This document records all notable changes to Librarian.
 
 
+## 2.3 (2021-12-20)
+
+### Added:
+- New MOBI builder.
+- Document statistics.
+- Legimi cover classes.
+
+### Changed
+- Default licensing info.
+
+
 ## 2.2 (2021-10-07)
 
 ### Added
index 992c62d..8257cad 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='2.2',
+    version='2.3',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',