From 671e9e204acbd99d1233b5362d213fd517041942 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Tue, 7 Jan 2025 12:53:06 +0000 Subject: [PATCH] Release 5.0.0rc2 --- CHANGELOG.md | 2 +- src/zimscraperlib/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 947ea0f..26eebf4 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 1.5.0). -## [Unreleased] +## [5.0.0rc2] - 2025-01-07 ## Fixed diff --git a/src/zimscraperlib/__about__.py b/src/zimscraperlib/__about__.py index 49996b1..7ad082e 100644 --- a/src/zimscraperlib/__about__.py +++ b/src/zimscraperlib/__about__.py @@ -1 +1 @@ -__version__ = "5.0.0-dev1" +__version__ = "5.0.0rc2"