We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e045331 commit 7167189Copy full SHA for 7167189
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "1.10.0"
+version = "1.10.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change_log.md
@@ -1,6 +1,17 @@
Change Log
==========
3
4
+1.10.1
5
+------
6
+
7
+[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.10.0+is%3Aclosed)
8
9
+### Bugfixes
10
11
+* The docker.utils.types module was removed in favor of docker.types, but some
12
+ applications imported it explicitly. It has been re-added with an import
13
+ warning advising to use the new module path.
14
15
1.10.0
16
------
17
setup.cfg
@@ -2,4 +2,4 @@
universal = 1
[metadata]
-description_file = README.md
+description_file = README.rst
0 commit comments