From d228e9f346625bc87ac1c9e48d5a4f5616d60ad7 Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 7 Feb 2025 08:57:09 +0000 Subject: [PATCH] Release 2.1.8 --- CHANGELOG.md | 4 ++-- src/zimit/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ac740a..2c1d1f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +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.2.0). -## [Unreleased] +## [2.1.8] - 2024-02-07 ### Changed -- Upgrade to browsertrix crawler 1.5.1, Python 3.13 and others (#462) +- Upgrade to browsertrix crawler 1.5.1, Python 3.13 and others (#462 + #464) ## [2.1.7] - 2024-01-10 diff --git a/src/zimit/__about__.py b/src/zimit/__about__.py index 72f5b42..c377db3 100644 --- a/src/zimit/__about__.py +++ b/src/zimit/__about__.py @@ -1 +1 @@ -__version__ = "2.1.8-dev0" +__version__ = "2.1.8"