Skip to content

Commit

Permalink
Release 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit74 committed Jan 10, 2025
1 parent 8cddcf0 commit 14670d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ 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.1.7] - 2024-01-10

### Changed

- Upgrade to browsertrix crawler 1.4.2 (#450)
- Upgrade to warc2zim 2.2.0

## [2.1.6] - 2024-11-07

Expand Down
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,13 @@ dependencies = [
"requests==2.32.3",
"inotify==0.2.10",
"tld==0.13",
"warc2zim @ git+https://github.com/openzim/warc2zim@main",
"warc2zim==2.2.0",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]

[tool.hatch.metadata.hooks.openzim-metadata]
kind = "scraper"

[tool.hatch.metadata]
allow-direct-references = true # to be removed once we use a released warc2zim version

[project.optional-dependencies]
scripts = [
"invoke==2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/zimit/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.1.7-dev0"
__version__ = "2.1.7"

0 comments on commit 14670d4

Please sign in to comment.