From b73a3e04d01a699e55d4464e4ebbb271dc1b2d0f Mon Sep 17 00:00:00 2001 From: benoit74 Date: Tue, 18 Jun 2024 13:44:13 +0000 Subject: [PATCH] Release 2.0.2 --- CHANGELOG.md | 7 ++++++- src/zimit/__about__.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b328b8e..b8c4f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +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.0.2] - 2024-06-18 + +### Changed + +- Upgrade dependencies (mainly warc2zim 2.0.2) + ## [2.0.1] - 2024-06-13 diff --git a/src/zimit/__about__.py b/src/zimit/__about__.py index 0c0beb4..0309ae2 100644 --- a/src/zimit/__about__.py +++ b/src/zimit/__about__.py @@ -1 +1 @@ -__version__ = "2.0.2-dev0" +__version__ = "2.0.2"