From eedd0b29720c0362faa78925649778afabe4a196 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Thu, 5 Sep 2024 11:58:26 +0000 Subject: [PATCH] Prepare for 3.1.1 --- CHANGELOG | 2 ++ scraper/src/youtube2zim/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index cc5698d2..e6e4ac60 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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.1.0] - 2024-09-05 ### Added diff --git a/scraper/src/youtube2zim/__about__.py b/scraper/src/youtube2zim/__about__.py index f5f41e56..1739bce6 100644 --- a/scraper/src/youtube2zim/__about__.py +++ b/scraper/src/youtube2zim/__about__.py @@ -1 +1 @@ -__version__ = "3.1.0" +__version__ = "3.1.1-dev0"