Release 3.0.4

This commit is contained in:
benoit74 2025-04-04 11:00:29 +00:00
parent 6c006d9a4d
commit 12fde3af98
No known key found for this signature in database
GPG key ID: B89606434FC7B530
3 changed files with 3 additions and 3 deletions

View file

@ -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]
## [3.0.4] - 2024-04-04
### Changed

View file

@ -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.2.2",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]

View file

@ -1 +1 @@
__version__ = "3.0.4-dev0"
__version__ = "3.0.4"