From 6efa84bbcc3253a04bdf72211b02acf8f7a967fa Mon Sep 17 00:00:00 2001 From: derwinlu Date: Thu, 1 Oct 2015 21:44:24 +0200 Subject: [PATCH] prepare for next dev cycle --- CHANGELOG.rst | 4 ++++ twitch/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd1b9c4..4da174f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,10 @@ Release history ############### +Next release +============ +- Nothing yet + v1.0.0 ====== - Complete overhaul of python-twitch diff --git a/twitch/__init__.py b/twitch/__init__.py index b9e5890..b430edb 100644 --- a/twitch/__init__.py +++ b/twitch/__init__.py @@ -1,3 +1,3 @@ # -*- encoding: utf-8 -*- -VERSION = '1.0.0' +VERSION = '1.0.0dev'