Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5d68740

Browse files
committed
Bump to 3.0.7
1 parent 59cf350 commit 5d68740

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ Changelog
1414

1515
.. towncrier release notes start
1616
17+
3.0.7 (2018-03-08)
18+
==================
19+
20+
- Fix SSL proxy support by client. (#2810)
21+
- Restore a imperative check in ``setup.py`` for python version. The check
22+
works in parallel to environment marker. As effect a error about unsupported
23+
Python versions is raised even on outdated systems with very old
24+
``setuptools`` version installed. (#2813)
25+
26+
1727
3.0.6 (2018-03-05)
1828
==================
1929

CHANGES/2810.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/2813.bugfix

Lines changed: 0 additions & 4 deletions
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '3.0.6'
1+
__version__ = '3.0.7'
22

33
# This relies on each of the submodules having an __all__ variable.
44

0 commit comments

Comments
 (0)