From 9076e3861f7d72ca47b2fe244a8fcc61a16f8faf Mon Sep 17 00:00:00 2001 From: Massimo Santini Date: Sun, 25 Feb 2024 10:39:05 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version=201.6.4=20=E2=86=92=201.6.4a0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 18 ------------------ CHANGELOG.txt | 5 +++-- src/liblet/__init__.py | 2 +- 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 .bumpversion.cfg diff --git a/.bumpversion.cfg b/.bumpversion.cfg deleted file mode 100644 index 5fd29bd..0000000 --- a/.bumpversion.cfg +++ /dev/null @@ -1,18 +0,0 @@ -[bumpversion] -current_version = 1.5.7-alpha -commit = True -tag = True -parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P\w+))? -serialize = - {major}.{minor}.{patch}-{release} - {major}.{minor}.{patch} - -[bumpversion:part:release] -optional_value = prod -first_value = alpha -values = - alpha - beta - prod - -[bumpversion:file:src/liblet/__init__.py] diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 3b89632..25a84e8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,10 +1,11 @@ Changelog ========= -v1.6.4a (2024-02-25) --------------------- +v1.6.4a0 (2024-02-25) +--------------------- - Here we are again: forcing publication. +- Removed bump2version config. v1.6.4 (2024-02-25) ------------------- diff --git a/src/liblet/__init__.py b/src/liblet/__init__.py index 50cb238..f471f42 100644 --- a/src/liblet/__init__.py +++ b/src/liblet/__init__.py @@ -1,4 +1,4 @@ -__version__ = '1.6.4' +__version__ = '1.6.4a0' ε = 'ε' DIAMOND = '◇'