From e18f86c0ea73b6b1f188e04bbb2fcdbba0782732 Mon Sep 17 00:00:00 2001 From: Jonathan Stoikovitch Date: Tue, 17 May 2016 02:43:00 -0400 Subject: [PATCH] version++ --- VERSION | 2 +- docs/source/changelog.rst | 5 ++++- setup.py | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6da28dd..341cf11 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 \ No newline at end of file +0.2.0 \ No newline at end of file diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 2772b4a..f17a840 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,8 +1,11 @@ Changelog ========= +* :release:`0.2.0 <2016-05-16>` +* :feature:`7` Added autotest "postrequest_sleep" setting + * :release:`0.1.1 <2016-02-17>` -* :bug:`6` Fix mixed autotests on python3.3-3.4 +* :bug:`6` Fixed autotests with python 3.3/3.4 * :release:`0.1.0 <2016-02-12>` * :feature:`-` Initial release diff --git a/setup.py b/setup.py index 4ec4704..f66813c 100644 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "Framework :: Pyramid", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application",