From 419e2244825cfa7e4c65fef8fd660a33b2f387d1 Mon Sep 17 00:00:00 2001 From: Marius Gedminas Date: Fri, 30 Oct 2015 19:24:49 +0200 Subject: [PATCH] Post-release version bump --- CHANGES.rst | 5 +++++ check_manifest.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1cb9ad7..9984dc9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,11 @@ Changelog ========= +0.27 (unreleased) +----------------- + + + 0.26 (2015-10-30) ----------------- diff --git a/check_manifest.py b/check_manifest.py index 90b993b..c5f5a48 100755 --- a/check_manifest.py +++ b/check_manifest.py @@ -37,7 +37,7 @@ import configparser as ConfigParser -__version__ = '0.26' +__version__ = '0.27.dev0' __author__ = 'Marius Gedminas ' __licence__ = 'MIT' __url__ = 'https://github.com/mgedmin/check-manifest'