mirror of
https://github.com/openzim/zimit.git
synced 2025-12-31 04:23:15 +00:00
Prepare for 2.0.3
This commit is contained in:
parent
b73a3e04d0
commit
de0720e301
3 changed files with 5 additions and 3 deletions
|
|
@ -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.2] - 2024-06-18
|
||||
|
||||
### Changed
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
||||
|
|
@ -27,7 +27,7 @@ scripts = [
|
|||
]
|
||||
lint = [
|
||||
"black==24.4.2",
|
||||
"ruff==0.4.8",
|
||||
"ruff==0.4.9",
|
||||
]
|
||||
check = [
|
||||
"pyright==1.1.367",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
__version__ = "2.0.2"
|
||||
__version__ = "2.0.3-dev0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue