From 201e232a0d8ddf4e767a1002ffc9fcb924ec35b7 Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Sun, 23 Oct 2016 03:43:01 -0700 Subject: [PATCH] Releasing 0.1.5 --- CHANGELOG.md | 20 +++++++++++++++----- setup.py | 2 +- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a972c6b8..3e9a3994 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,17 @@ Version 0.1 ----------- - - 0.1.4 - Multiprocessing - - 0.1.3 - Blueprint support - - 0.1.1 - 0.1.2 - Struggling to update pypi via CI - -Released to public. + - 0.1.5 + - Cookies + - Blueprint listeners and ordering + - Faster Router + - Fix: Incomplete file reads on medium+ sized post requests + - Breaking: after_start and before_stop now pass sanic as their first argument + - 0.1.4 + - Multiprocessing + - 0.1.3 + - Blueprint support + - Faster Response processing + - 0.1.1 - 0.1.2 + - Struggling to update pypi via CI + - 0.1.0 + - Released to public \ No newline at end of file diff --git a/setup.py b/setup.py index 78a8e9df..77210534 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='Sanic', - version="0.1.4", + version="0.1.5", url='http://github.com/channelcat/sanic/', license='MIT', author='Channel Cat',