Skip to content

Commit 721188a

Browse files
committed
Bump version to next release
1 parent 9c111cf commit 721188a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.txt

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

4+
0.10.1 (XX-XX-XXXX)
5+
-------------------
6+
47
0.10.0 (11-13-2014)
58
-------------------
69

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.10.0'
3+
__version__ = '0.10.1a'
44

55

66
from .protocol import * # noqa

0 commit comments

Comments
 (0)