This document records all notable changes to Librarian.
+@@ 2.4.6 (2022-07-15)
+
+# Fixed:
+- Bug in reading child books.
+
+
## 2.4.5 (2022-07-08)
# Fixed
setup(
name='librarian',
- version='2.4.5',
+ version='2.4.6',
description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
author="Marek Stępniowski",
author_email='marek@stepniowski.com',
def children(self):
for part_uri in self.meta.parts or []:
yield type(self)(
- filename=self.provider.by_uri(part_uri),
+ filename=self.provider.by_slug(part_uri.slug),
provider=self.provider
)