This document records all notable changes to Librarian.
+## 1.9 (2020-10-08)
+
+### Added
+
+- Experimental class-based builders for HTML and TXT.
+
+
+### Changed
+
+- Upgraded to EPUB 3, using ebooklib.
+
+
+
## 1.8.3 (2020-05-28)
### Fixed
import os.path
from setuptools import setup, find_packages
+
def whole_tree(prefix, path):
files = []
for f in (f for f in os.listdir(os.path.join(prefix, path)) if not f[0]=='.'):
setup(
name='librarian',
- version='1.8.3',
+ version='1.9',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',