Prepare for 2.0.6

This commit is contained in:
benoit74 2024-07-24 06:39:21 +00:00
parent 021654e6b3
commit 7305f70300
No known key found for this signature in database
GPG Key ID: B89606434FC7B530
3 changed files with 4 additions and 2 deletions

View File

@ -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.5] - 2024-07-24
### Changed

View File

@ -11,7 +11,7 @@ dependencies = [
"requests==2.32.3",
"inotify==0.2.10",
"tld==0.13",
"warc2zim==2.0.3",
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]

View File

@ -1 +1 @@
__version__ = "2.0.5"
__version__ = "2.0.6-dev0"