Releasing 0.1.5
This commit is contained in:
parent
6a71ea50bd
commit
201e232a0d
20
CHANGELOG.md
20
CHANGELOG.md
@ -1,7 +1,17 @@
|
|||||||
Version 0.1
|
Version 0.1
|
||||||
-----------
|
-----------
|
||||||
- 0.1.4 - Multiprocessing
|
- 0.1.5
|
||||||
- 0.1.3 - Blueprint support
|
- Cookies
|
||||||
- 0.1.1 - 0.1.2 - Struggling to update pypi via CI
|
- Blueprint listeners and ordering
|
||||||
|
- Faster Router
|
||||||
Released to public.
|
- 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
|
2
setup.py
2
setup.py
@ -5,7 +5,7 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='Sanic',
|
name='Sanic',
|
||||||
version="0.1.4",
|
version="0.1.5",
|
||||||
url='http://github.com/channelcat/sanic/',
|
url='http://github.com/channelcat/sanic/',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
author='Channel Cat',
|
author='Channel Cat',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user