From 39f02e9663bf25ec0539354d12574500e7bdcf27 Mon Sep 17 00:00:00 2001 From: Christine Ho <c.ho@webu.coop> Date: Thu, 10 Mar 2022 14:53:55 +0100 Subject: [PATCH] Bump to 0.6.15 --- 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 f5c0a11..01ba901 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.6.14' +__version__ = '0.6.15' diff --git a/tbump.toml b/tbump.toml index 1bb0b2b..8e69d60 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.6.14" +current = "0.6.15" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab