diff --git a/CHANGELOG.md b/CHANGELOG.md index 62bf08a..5bc2441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.3.0] - 2024-12-05 ### Changed diff --git a/scraper/src/youtube2zim/__about__.py b/scraper/src/youtube2zim/__about__.py index f18137f..88c513e 100644 --- a/scraper/src/youtube2zim/__about__.py +++ b/scraper/src/youtube2zim/__about__.py @@ -1 +1 @@ -__version__ = "3.2.2-dev0" +__version__ = "3.3.0"