Skip to content

Commit daf6f00

Browse files
reaperhulkalex
authored andcommitted
reopen master, call it 20.0 because let's be honest with ourselves (pyca#878)
1 parent da402f4 commit daf6f00

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.rst

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

7+
20.0.0 (UNRELEASED)
8+
-------------------
9+
10+
11+
Backward-incompatible changes:
12+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13+
14+
*none*
15+
16+
Deprecations:
17+
^^^^^^^^^^^^^
18+
19+
*none*
20+
21+
22+
Changes:
23+
^^^^^^^^
24+
25+
*none*
26+
27+
728
19.1.0 (2019-11-18)
829
-------------------
930

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__ = "19.1.0"
14+
__version__ = "20.0.0.dev"
1515

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

0 commit comments

Comments
 (0)