From d50bcb0b0d63aadb4ebf436f88f2a8496f384683 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Tue, 8 Oct 2024 12:33:46 +0000 Subject: [PATCH] Release 2.1.3 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- src/zimit/__about__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9237d92..65e77cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.3] - 2024-10-08 ### Changed diff --git a/pyproject.toml b/pyproject.toml index ffedf8b..5d271de 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.2", ] dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"] diff --git a/src/zimit/__about__.py b/src/zimit/__about__.py index 04dc323..e835b9d 100644 --- a/src/zimit/__about__.py +++ b/src/zimit/__about__.py @@ -1 +1 @@ -__version__ = "2.1.3-dev0" +__version__ = "2.1.3"