Releasing 0.1.5

This commit is contained in:
Channel Cat 2016-10-23 03:43:01 -07:00
parent 6a71ea50bd
commit 201e232a0d
2 changed files with 16 additions and 6 deletions

View File

@ -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

View File

@ -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',