Skip to content

Commit 6f343aa

Browse files
committed
Release 1.2.3
1 parent 6c92431 commit 6f343aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.2.3-rc1"
1+
version = "1.2.3"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change_log.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Change Log
1515

1616
* Added support for `privileged` param in `Client.exec_create`
1717
(only available in API >= 1.19)
18+
* Volume binds can now also be specified as a list of strings.
1819

1920
### Bugfixes
2021

0 commit comments

Comments
 (0)