lxml update 2.4.8
authorRadek Czajka <rczajka@rczajka.pl>
Sat, 23 Jul 2022 15:22:45 +0000 (17:22 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Sat, 23 Jul 2022 15:22:45 +0000 (17:22 +0200)
CHANGELOG.md
setup.py

index eeb4c66..a36fd2f 100644 (file)
@@ -3,6 +3,13 @@
 This document records all notable changes to Librarian.
 
 
+## 2.4.8 (2022-07-23)
+
+# Changed
+- Shortening authors and translators list on new cover.
+- Update lxml.
+
+
 ## 2.4.7 (2022-07-18)
 
 # Added
index 8cec542..91cf6a0 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ def whole_tree(prefix, path):
 
 setup(
     name='librarian',
-    version='2.4.7',
+    version='2.4.8',
     description='Converter from WolneLektury.pl XML-based language to XHTML, TXT and other formats',
     author="Marek StÄ™pniowski",
     author_email='marek@stepniowski.com',
@@ -37,7 +37,7 @@ setup(
                                 whole_tree(os.path.join(os.path.dirname(__file__), 'src/librarian'), 'locale')},
     include_package_data=True,
     install_requires=[
-        'lxml>=2.2,<=4.3',
+        'lxml>=2.2,<5.0',
         'Pillow',
         'six',
         'texml',