From 1b9390f9e0cde1db10174fe916845b7618f6e021 Mon Sep 17 00:00:00 2001 From: Christine Ho <c.ho@webu.coop> Date: Tue, 23 Nov 2021 11:47:09 +0100 Subject: [PATCH] Bump to 0.6.14 --- 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 0be2a4b..f5c0a11 100644 --- a/newsbox/__init__.py +++ b/newsbox/__init__.py @@ -1,4 +1,4 @@ # -*- coding: utf-8 -*- from __future__ import unicode_literals -__version__ = '0.6.13' +__version__ = '0.6.14' diff --git a/tbump.toml b/tbump.toml index fe04b06..1bb0b2b 100644 --- a/tbump.toml +++ b/tbump.toml @@ -1,5 +1,5 @@ [version] -current = "0.6.13" +current = "0.6.14" # Example of a semver regexp. # Make sure this matches current_version before -- GitLab