From 8af8c73941ab669c73b2dde469b0e8364c69b78c Mon Sep 17 00:00:00 2001 From: Christine Ho <c.ho@webu.coop> Date: Tue, 12 Apr 2022 09:14:36 +0200 Subject: [PATCH] Bump to 0.7.0 --- newsbox/__init__.py | 2 +- tbump.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/newsbox/__init__.py b/newsbox/__init__.py index 01ba901..7ee7b15 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.6.15' +__version__ = '0.7.0' diff --git a/tbump.toml b/tbump.toml index 8e69d60..5f53a87 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.6.15" +current = "0.7.0" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab