Skip to content

Commit 791de78

Browse files
committed
Bump 3.1.2
Signed-off-by: Joffrey F <[email protected]>
1 parent 3f3ca7e commit 791de78

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-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 = "3.1.1"
1+
version = "3.1.2"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Change log
22
==========
33

4+
3.1.2
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/47?closed=1)
8+
9+
### Bugfixes
10+
11+
* Fixed a bug that led to a Dockerfile not being included in the build context
12+
in some situations when the Dockerfile's path was prefixed with `./`
13+
414
3.1.1
515
-----
616

0 commit comments

Comments
 (0)