Skip to content

Commit f0a59cd

Browse files
alexreaperhulk
authored andcommitted
Reopen master for 19.1 (#810)
1 parent c9a71e1 commit f0a59cd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.rst

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

7+
19.1.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+
*none*
27+
28+
29+
----
30+
731
19.0.0 (2019-01-21)
832
-------------------
933

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

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

0 commit comments

Comments
 (0)