From 6ada73d2c9d4880f75397e16e1123239ba3217a9 Mon Sep 17 00:00:00 2001
From: Christine Ho <c.ho@webu.coop>
Date: Thu, 16 Sep 2021 16:13:34 +0200
Subject: [PATCH] Bump to 0.6.13

---
 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 97620b2..0be2a4b 100644
--- a/newsbox/__init__.py
+++ b/newsbox/__init__.py
@@ -1,4 +1,4 @@
 # -*- coding: utf-8 -*-
 from __future__ import unicode_literals
 
-__version__ = '0.6.12'
+__version__ = '0.6.13'
diff --git a/tbump.toml b/tbump.toml
index ee32c99..fe04b06 100644
--- a/tbump.toml
+++ b/tbump.toml
@@ -1,5 +1,5 @@
 [version]
-current = "0.6.12"
+current = "0.6.13"
 
 # Example of a semver regexp.
 # Make sure this matches current_version before
-- 
GitLab