From eafe1cb34f0e13f3af76893ebe514a7459b58a27 Mon Sep 17 00:00:00 2001 From: Ralph Thesen Date: Thu, 24 Oct 2024 00:29:41 +0200 Subject: [PATCH] Bump to 2.7.0 --- otterwiki/version.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/otterwiki/version.py b/otterwiki/version.py index 87d6a50..f9cf8da 100644 --- a/otterwiki/version.py +++ b/otterwiki/version.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # version_onfo managed by tbump -version_info = (2, 6, 2, "") +version_info = (2, 7, 0, "") # build version string from version_info __version__ = f"{version_info[0]}.{version_info[1]}.{version_info[2]}" + \ diff --git a/tbump.toml b/tbump.toml index 6e34f0c..273c8c7 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "2.6.2" +current = "2.7.0" regex = ''' (?P\d+) \.