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 6c92431 commit 6f343aaCopy full SHA for 6f343aa
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "1.2.3-rc1"
+version = "1.2.3"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change_log.md
@@ -15,6 +15,7 @@ Change Log
15
16
* Added support for `privileged` param in `Client.exec_create`
17
(only available in API >= 1.19)
18
+* Volume binds can now also be specified as a list of strings.
19
20
### Bugfixes
21
0 commit comments