File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- version = "3.6.0-dev "
1
+ version = "3.5.1 "
2
2
version_info = tuple ([int (d ) for d in version .split ("-" )[0 ].split ("." )])
Original file line number Diff line number Diff line change 1
1
Change log
2
2
==========
3
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
+
4
16
3.5.0
5
17
-----
6
18
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 )
8
20
9
21
### Deprecation warning
10
22
You can’t perform that action at this time.
0 commit comments