From 6d5fc0bed0ee0e864cc531afdb8474f625634cc9 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 9 Sep 2024 14:33:09 +0000 Subject: [PATCH] Release 2.1.2 --- CHANGELOG.md | 4 ++-- pyproject.toml | 2 +- src/zimit/__about__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7d22d0..7c19401 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0). -## [Unreleased] +## [2.1.2] - 2024-09-09 ### Changed -- Upgrade to browsertrix crawler 1.3.0-beta.1 (#387) +- Upgrade to browsertrix crawler 1.3.0-beta.1 (#387) (fixes "Ziming a website with huge assets (e.g. PDFs) is failing to proceed" - #380) ## [2.1.1] - 2024-09-05 diff --git a/pyproject.toml b/pyproject.toml index 17d087e..8bb2ecc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "requests==2.32.3", "inotify==0.2.10", "tld==0.13", - "warc2zim @ git+https://github.com/openzim/warc2zim@main", + "warc2zim==2.1.1", ] dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"] diff --git a/src/zimit/__about__.py b/src/zimit/__about__.py index dab7193..4eabd0b 100644 --- a/src/zimit/__about__.py +++ b/src/zimit/__about__.py @@ -1 +1 @@ -__version__ = "2.1.2-dev0" +__version__ = "2.1.2"