From 91a53f70eca2c30cbec198c35c5e4ffe882977d5 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Mon, 24 Jun 2024 07:56:35 +0000 Subject: [PATCH] Prepare for 2.0.4 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- src/zimit/__about__.py | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7af40f..c881314 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ 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.0.3] - 2024-06-24 ### Changed diff --git a/pyproject.toml b/pyproject.toml index b2fe8c7..1be4750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ dependencies = [ "requests==2.32.3", "inotify==0.2.10", "tld==0.13", - "warc2zim==2.0.2", + "warc2zim @ git+https://github.com/openzim/warc2zim@main", ] dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"] diff --git a/src/zimit/__about__.py b/src/zimit/__about__.py index 5fa9130..cb81e65 100644 --- a/src/zimit/__about__.py +++ b/src/zimit/__about__.py @@ -1 +1 @@ -__version__ = "2.0.3" +__version__ = "2.0.4-dev0"