New version with the new EPUB converter. 2.0
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 8 Jul 2021 09:01:11 +0000 (11:01 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 8 Jul 2021 09:01:11 +0000 (11:01 +0200)
CHANGELOG.md
setup.py

index f441e50..78b696e 100644 (file)
@@ -3,6 +3,14 @@
 This document records all notable changes to Librarian.
 
 
+## 2.0 (2021-07-08)
+
+### Added
+- New Document API.
+- New EPUB builder.
+- New `librarian` entry point for converters.
+
+
 ## 1.15 (2021-03-02)
 
 ### Fixed
index c02c054..698c532 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='1.15',
+    version='2.0',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',