Skip to content

Commit c4434d7

Browse files
committed
Next release should be 0.13, not 0.12.1 -- we have major changes
1 parent a1e3319 commit c4434d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGES
22
=======
33

4-
0.12.1 (Unreleased)
4+
0.13.0 (Unreleased)
55
-------------------
66

77
- `StreamResponse.charset` converts value to lower-case on assigning.

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

55

66
from .protocol import * # noqa

0 commit comments

Comments
 (0)