diff --git a/CHANGELOG.md b/CHANGELOG.md index eea61ad..f9c7d16 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.5.0). +## [Unreleased] + ## [5.0.0rc1] - 2025-01-07 This is a major release with a lot of breaking changes but most changes are easy to fix. diff --git a/src/zimscraperlib/__about__.py b/src/zimscraperlib/__about__.py index da4a747..49996b1 100644 --- a/src/zimscraperlib/__about__.py +++ b/src/zimscraperlib/__about__.py @@ -1 +1 @@ -__version__ = "5.0.0rc1" +__version__ = "5.0.0-dev1"