From 3d503b9471a0a66db1101dd6c8b9836bd694afdb Mon Sep 17 00:00:00 2001 From: benoit74 Date: Fri, 19 Apr 2024 07:19:19 +0000 Subject: [PATCH] Release 3.0.0 --- CHANGELOG.md | 2 +- src/ted2zim/VERSION | 1 - src/ted2zim/__about__.py | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 src/ted2zim/VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 93a3d48..c801904 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 2.0.11). -## Unreleased +## [3.0.0] - 2024-04-19 ### Added diff --git a/src/ted2zim/VERSION b/src/ted2zim/VERSION deleted file mode 100644 index 82bd22f..0000000 --- a/src/ted2zim/VERSION +++ /dev/null @@ -1 +0,0 @@ -2.0.13 diff --git a/src/ted2zim/__about__.py b/src/ted2zim/__about__.py index df02df0..528787c 100644 --- a/src/ted2zim/__about__.py +++ b/src/ted2zim/__about__.py @@ -1 +1 @@ -__version__ = "2.2.0-dev0" +__version__ = "3.0.0"