diff --git a/CHANGELOG.md b/CHANGELOG.md index 92442cc..b1d2c6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.2.1] - 2021-01-01 +### Added + +- Use https://usa.anarchistlibraries.net/ as fallback server. + +### Changed + +- Retrieve more than 10 search results from TAL. + ## [1.1.0] - 2020-12-26 ### Added diff --git a/releases/theanarchistlibrary_store_v1.2.1.zip b/releases/theanarchistlibrary_store_v1.2.1.zip new file mode 100644 index 0000000..1158f12 Binary files /dev/null and b/releases/theanarchistlibrary_store_v1.2.1.zip differ diff --git a/theanarchistlibrary_store/__init__.py b/theanarchistlibrary_store/__init__.py index 3e374a7..f83a626 100644 --- a/theanarchistlibrary_store/__init__.py +++ b/theanarchistlibrary_store/__init__.py @@ -9,7 +9,7 @@ class TheAnarchistLibraryStore(StoreBase): name = 'The Anarchist Library' description = 'theanarchistlibrary.org is an archive focusing on anarchism, anarchist texts, and texts of interest to anarchists.' author = 'Ruben Pollan; ibu radempa' - version = (1, 2, 0) + version = (1, 2, 1) drm_free_only = True formats = ['EPUB', 'PDF'] actual_plugin = 'calibre_plugins.store_theanarchistlibrary.theanarchistlibrary_plugin:TheAnarchistLibraryStore'