From 20bf43f23e68f2174dccae74ffee0be90c92be70 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 1 Nov 2024 13:20:54 +0000 Subject: [PATCH] Prepare for 2.1.4 --- CHANGELOG.md | 2 ++ src/warc2zim/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0786947..54afd6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.4.0). +## [Unreleased] + ## [2.1.3] - 2024-11-01 ### Changed diff --git a/src/warc2zim/__about__.py b/src/warc2zim/__about__.py index e835b9d..6fecb71 100644 --- a/src/warc2zim/__about__.py +++ b/src/warc2zim/__about__.py @@ -1 +1 @@ -__version__ = "2.1.3" +__version__ = "2.1.4-dev0"