reopen master, call it 20.0 because let's be honest with ourselves (#878)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index ab021fa..5c59f38 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,27 @@
 Versions are year-based with a strict backward-compatibility policy.
 The third digit is only for regressions.
 
+20.0.0 (UNRELEASED)
+-------------------
+
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+*none*
+
+Deprecations:
+^^^^^^^^^^^^^
+
+*none*
+
+
+Changes:
+^^^^^^^^
+
+*none*
+
+
 19.1.0 (2019-11-18)
 -------------------
 
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index 1e9696b..339b9ae 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -11,7 +11,7 @@
     "__title__", "__uri__", "__version__",
 ]
 
-__version__ = "19.1.0"
+__version__ = "20.0.0.dev"
 
 __title__ = "pyOpenSSL"
 __uri__ = "https://pyopenssl.org/"