From 601c7d0b363e082c83dd1dcefe0bcc40e1f48ad1 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Wed, 22 May 2024 14:44:40 +0000 Subject: [PATCH] Prepare for 3.0.0 --- CHANGELOG | 2 ++ src/youtube2zim/__about__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 8cb32a1c..d7e41a5a 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] + ## [2.3.0] - 2024-05-22 ### Added diff --git a/src/youtube2zim/__about__.py b/src/youtube2zim/__about__.py index 55e47090..d733cff8 100644 --- a/src/youtube2zim/__about__.py +++ b/src/youtube2zim/__about__.py @@ -1 +1 @@ -__version__ = "2.3.0" +__version__ = "3.0.0-dev0"