Skip to content

Commit b9df24b

Browse files
committed
update changelog
1 parent 37c3c93 commit b9df24b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGES
22
=======
33

4+
- Improve redirect handling #157
5+
6+
- Send raw files as is #153
7+
8+
- Better websocket support #150
9+
10+
411
0.9.1 (08-30-2014)
512
------------------
613

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This relies on each of the submodules having an __all__ variable.
22

3-
__version__ = '0.9.1'
3+
__version__ = '0.9.2dev'
44

55

66
from .protocol import *

0 commit comments

Comments
 (0)