fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
a0b7177
)
New version with the new EPUB converter.
2.0
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 8 Jul 2021 09:01:11 +0000
(11:01 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 8 Jul 2021 09:01:11 +0000
(11:01 +0200)
CHANGELOG.md
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index
f441e50
..
78b696e
100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-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
diff --git
a/setup.py
b/setup.py
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',