mirror of
https://github.com/openzim/zimit.git
synced 2025-09-26 06:13:41 -04:00
Prepare for next release
This commit is contained in:
parent
2835c7b078
commit
baa0d9ecc7
@ -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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
## [2.0.1] - 2024-06-13
|
## [2.0.1] - 2024-06-13
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -11,13 +11,16 @@ dependencies = [
|
|||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"inotify==0.2.10",
|
"inotify==0.2.10",
|
||||||
"tld==0.13",
|
"tld==0.13",
|
||||||
"warc2zim==2.0.1",
|
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
|
||||||
]
|
]
|
||||||
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
|
||||||
|
|
||||||
[tool.hatch.metadata.hooks.openzim-metadata]
|
[tool.hatch.metadata.hooks.openzim-metadata]
|
||||||
kind = "scraper"
|
kind = "scraper"
|
||||||
|
|
||||||
|
[tool.hatch.metadata]
|
||||||
|
allow-direct-references = true # to be removed once we use a released warc2zim version
|
||||||
|
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
scripts = [
|
scripts = [
|
||||||
"invoke==2.2.0",
|
"invoke==2.2.0",
|
||||||
|
@ -1 +1 @@
|
|||||||
__version__ = "2.0.1"
|
__version__ = "2.0.2-dev0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user