Skip to content

Commit 7167189

Browse files
committed
Bump version + Update Changelog
Signed-off-by: Joffrey F <[email protected]>
1 parent e045331 commit 7167189

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

docker/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.10.0"
1+
version = "1.10.1"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Change Log
22
==========
33

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+
415
1.10.0
516
------
617

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
universal = 1
33

44
[metadata]
5-
description_file = README.md
5+
description_file = README.rst

0 commit comments

Comments
 (0)