From 021654e6b3ccc80c8e7e2fcf0cfb297b7397f08b Mon Sep 17 00:00:00 2001 From: benoit74 Date: Wed, 24 Jul 2024 06:37:27 +0000 Subject: [PATCH] Release 2.0.5 --- CHANGELOG.md | 2 +- src/zimit/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4912c84..5bac468 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.2.0). -## [Unreleased] +## [2.0.5] - 2024-07-24 ### Changed diff --git a/src/zimit/__about__.py b/src/zimit/__about__.py index 50a3562..34c5111 100644 --- a/src/zimit/__about__.py +++ b/src/zimit/__about__.py @@ -1 +1 @@ -__version__ = "2.0.5-dev0" +__version__ = "2.0.5"