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 8820e73 commit f097ea5Copy full SHA for f097ea5
2 files changed
docker/version.py
@@ -1,2 +1,2 @@
1
-version = "3.6.0-dev"
+version = "3.5.1"
2
version_info = tuple([int(d) for d in version.split("-")[0].split(".")])
docs/change-log.md
@@ -1,10 +1,22 @@
Change log
==========
3
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
16
3.5.0
17
-----
18
-[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)
20
21
### Deprecation warning
22
0 commit comments