From 9c76b7b27db718a7fe1e160c732925abb4d591ce Mon Sep 17 00:00:00 2001 From: rgaudin Date: Tue, 15 Oct 2024 12:15:03 +0000 Subject: [PATCH] releasing 3.6.0 --- CHANGELOG.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f97ba..5c5d205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be 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). -## [Unreleased] +## [3.6.0] - 2024-10-15 ### Added diff --git a/pyproject.toml b/pyproject.toml index bba8e6b..f982a4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "libzim" -version = "3.6.0.dev0" +version = "3.6.0" requires-python = ">=3.9,<3.14" description = "A python-facing API for creating and interacting with ZIM files" authors = [