diff --git a/CHANGELOG.md b/CHANGELOG.md index 8235925..f244da6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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.0rc3] - 2025-01-07 + +## Changed + +- Mark library as typed and fix sdist content (#241) ## [5.0.0rc3] - 2025-01-07 diff --git a/src/zimscraperlib/__about__.py b/src/zimscraperlib/__about__.py index 49996b1..bdf0494 100644 --- a/src/zimscraperlib/__about__.py +++ b/src/zimscraperlib/__about__.py @@ -1 +1 @@ -__version__ = "5.0.0-dev1" +__version__ = "5.0.0rc4"