From 5d3cb7596c704d4fda39cb913f0389c4245bfe46 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Sat, 25 Apr 2020 15:40:03 +0200
Subject: [PATCH] version bump

---
 CHANGELOG.md        | 4 ++++
 satella/__init__.py | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 90edbe54..4da51ce8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# v2.7.13
+
+* _TBA_
+
 # v2.7.12
 
 * bugfix release: `even`, `odd` and `count` will now accept Iterables
diff --git a/satella/__init__.py b/satella/__init__.py
index c2da2f54..ea917150 100644
--- a/satella/__init__.py
+++ b/satella/__init__.py
@@ -1 +1 @@
-__version__ = '2.7.12'
+__version__ = '2.7.13_a1'
-- 
GitLab