Skip to content

Commit 9f2101e

Browse files
committed
Prepare for 2.1.5
1 parent 2a3b4f6 commit 9f2101e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
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
## [2.1.4] - 2024-10-11
911

1012
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.1.2",
14+
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
1515
]
1616
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
1717

src/zimit/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.1.4"
1+
__version__ = "2.1.5-dev0"

0 commit comments

Comments
 (0)