Skip to content

Commit 53ef3c3

Browse files
committed
Updated version and changelog
1 parent 5794b98 commit 53ef3c3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.7.1-dev"
1+
version = "0.7.1"

docs/change_log.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
Change Log
22
==========
33

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+
421
0.7.0
522
-----
623

0 commit comments

Comments
 (0)