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"