Kaydet (Commit) c2b4c8e2 authored tarafından Joffrey F's avatar Joffrey F Kaydeden (comit) GitHub

Merge pull request #1198 from docker/1.10.1-release

1.10.1 release
# Compatibility module. See https://github.com/docker/docker-py/issues/1196
import warnings
from ..types import Ulimit, LogConfig # flake8: noqa
warnings.warn('docker.utils.types is now docker.types', ImportWarning)
version = "1.10.0" version = "1.10.1"
version_info = tuple([int(d) for d in version.split("-")[0].split(".")]) version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
Change Log Change Log
========== ==========
1.10.1
------
[List of PRs / issues for this release](https://github.com/docker/docker-py/issues?q=milestone%3A1.10.0+is%3Aclosed)
### Bugfixes
* The docker.utils.types module was removed in favor of docker.types, but some
applications imported it explicitly. It has been re-added with an import
warning advising to use the new module path.
1.10.0 1.10.0
------ ------
......
...@@ -2,4 +2,4 @@ ...@@ -2,4 +2,4 @@
universal = 1 universal = 1
[metadata] [metadata]
description_file = README.md description_file = README.rst
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment