From 31207017c8a542d717103a1a76810e29f56b50f0 Mon Sep 17 00:00:00 2001
From: Christine Ho <c.ho@webu.coop>
Date: Tue, 12 Apr 2022 16:43:29 +0200
Subject: [PATCH] Bump to 0.7.1

---
 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 7ee7b15..e383113 100644
--- a/newsbox/__init__.py
+++ b/newsbox/__init__.py
@@ -1,4 +1,4 @@
 # -*- coding: utf-8 -*-
 from __future__ import unicode_literals
 
-__version__ = '0.7.0'
+__version__ = '0.7.1'
diff --git a/tbump.toml b/tbump.toml
index 5f53a87..2d6353c 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,5 +1,5 @@
 [version]
-current = "0.7.0"
+current = "0.7.1"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before
-- 
GitLab