From f9d4b1ebfcee5eb7e232d52e8d1eef004a406ac7 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 11 Oct 2024 09:03:45 +0000 Subject: [PATCH] Prepare for 3.2.1 --- CHANGELOG.md | 2 ++ scraper/src/youtube2zim/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a4d3fed..eef70923 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 2.1.15). +## [Unreleased] + ## [3.2.0] - 2024-10-11 ### Deprecated diff --git a/scraper/src/youtube2zim/__about__.py b/scraper/src/youtube2zim/__about__.py index 11731085..c178c960 100644 --- a/scraper/src/youtube2zim/__about__.py +++ b/scraper/src/youtube2zim/__about__.py @@ -1 +1 @@ -__version__ = "3.2.0" +__version__ = "3.2.1-dev0"