We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5794b98 commit 53ef3c3Copy full SHA for 53ef3c3
docker/version.py
@@ -1 +1 @@
1
-version = "0.7.1-dev"
+version = "0.7.1"
docs/change_log.md
@@ -1,6 +1,23 @@
Change Log
2
==========
3
4
+0.7.1
5
+-----
6
+
7
+### Bugfixes
8
9
+* `setup.py` now indicates a maximum version of requests to work around the
10
+ boot2docker / `assert_hostname` bug.
11
+* Removed invalid exception when using the Registry Hub's FQDN when pulling.
12
+* Fixed an issue where early HTTP errors weren't handled properly in streaming
13
+ responses.
14
+* Fixed a bug where sockets would close unexpectedly using Python 3.x
15
+* Various fixes for integration tests.
16
17
+### Miscellaneous
18
19
+* Small doc fixes
20
21
0.7.0
22
-----
23
0 commit comments