From fc4e3cc8521f8315e98f38c5550d3f179933f340 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 10 Jun 2017 20:20:41 +0200 Subject: chore(version-up): v2.1.5 Fixes #632 --- VERSION | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 7d2ed7c7..cd57a8b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.4 +2.1.5 diff --git a/setup.py b/setup.py index ea1b6316..585a9e29 100755 --- a/setup.py +++ b/setup.py @@ -131,5 +131,6 @@ setup( "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", ] ) -- cgit v1.2.1