Skip to content

Commit f097ea5

Browse files
committed
Bump 3.5.1
Signed-off-by: Joffrey F <[email protected]>
1 parent 8820e73 commit f097ea5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
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.6.0-dev"
1+
version = "3.5.1"
22
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])

docs/change-log.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
Change log
22
==========
33

4+
3.5.1
5+
-----
6+
7+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/54?closed=1)
8+
9+
### Miscellaneous
10+
11+
* Bumped version of `pyOpenSSL` in `requirements.txt` and `setup.py` to prevent
12+
installation of a vulnerable version
13+
14+
* Docs fixes
15+
416
3.5.0
517
-----
618

7-
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone=53?closed=1)
19+
[List of PRs / issues for this release](https://github.com/docker/docker-py/milestone/53?closed=1)
820

921
### Deprecation warning
1022

0 commit comments

Comments
 (0)