fnp
/
librarian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
67a177f
)
2.1
2.1
author
Radek Czajka
<rczajka@rczajka.pl>
Thu, 8 Jul 2021 14:12:22 +0000
(16:12 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 8 Jul 2021 14:12:22 +0000
(16:12 +0200)
CHANGELOG.md
patch
|
blob
|
history
setup.py
patch
|
blob
|
history
diff --git
a/CHANGELOG.md
b/CHANGELOG.md
index
78b696e
..
3c07df9
100644
(file)
--- a/
CHANGELOG.md
+++ b/
CHANGELOG.md
@@
-3,6
+3,13
@@
This document records all notable changes to Librarian.
This document records all notable changes to Librarian.
+## 2.1 (2021-07-08)
+
+### Added
+- Basic document structure validation.
+- Support for headers inside quotes in epub.
+
+
## 2.0 (2021-07-08)
### Added
## 2.0 (2021-07-08)
### Added
diff --git
a/setup.py
b/setup.py
index
698c532
..
9c0ce5a
100755
(executable)
--- a/
setup.py
+++ b/
setup.py
@@
-22,7
+22,7
@@
def whole_tree(prefix, path):
setup(
name='librarian',
setup(
name='librarian',
- version='2.
0
',
+ version='2.
1
',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',