Skip to content

Commit 4e01748

Browse files
committed
Prepare for 3.0.4
1 parent 1e6748a commit 4e01748

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project are documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
77

8+
## [Unreleased]
9+
810
## [3.0.3] - 2024-02-28
911

1012
### Changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"requests==2.32.3",
1212
"inotify==0.2.10",
1313
"tld==0.13",
14-
"warc2zim==2.2.2",
14+
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
1515
]
1616
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
1717

src/zimit/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.0.3"
1+
__version__ = "3.0.4-dev0"

0 commit comments

Comments
 (0)