Skip to content

Commit 57051a5

Browse files
reaperhulkalex
authored andcommitted
reopen master (#718)
1 parent e61e202 commit 57051a5

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,32 @@ Changelog
44
Versions are year-based with a strict backward-compatibility policy.
55
The third digit is only for regressions.
66

7+
17.5.0 (UNRELEASED)
8+
-------------------
9+
10+
11+
Backward-incompatible changes:
12+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
14+
*none*
15+
16+
17+
Deprecations:
18+
^^^^^^^^^^^^^
19+
20+
*none*
21+
22+
23+
Changes:
24+
^^^^^^^^
25+
26+
27+
*none*
28+
29+
----
30+
31+
32+
733
17.4.0 (2017-11-21)
834
-------------------
935

src/OpenSSL/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"__title__", "__uri__", "__version__",
1212
]
1313

14-
__version__ = "17.4.0"
14+
__version__ = "17.5.0.dev0"
1515

1616
__title__ = "pyOpenSSL"
1717
__uri__ = "https://pyopenssl.org/"

0 commit comments

Comments
 (0)