Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cf350 commit 5d68740Copy full SHA for 5d68740
4 files changed
CHANGES.rst
@@ -14,6 +14,16 @@ Changelog
14
15
.. towncrier release notes start
16
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
27
3.0.6 (2018-03-05)
28
==================
29
CHANGES/2810.bugfix
CHANGES/2813.bugfix
aiohttp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.0.6'
+__version__ = '3.0.7'
2
3
# This relies on each of the submodules having an __all__ variable.
4
0 commit comments