Reopen master for 19.1 (#810)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 2dda0d2..7d77f74 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,30 @@
 Versions are year-based with a strict backward-compatibility policy.
 The third digit is only for regressions.
 
+19.1.0 (UNRELEASED)
+-------------------
+
+
+Backward-incompatible changes:
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+*none*
+
+
+Deprecations:
+^^^^^^^^^^^^^
+
+*none*
+
+
+Changes:
+^^^^^^^^
+
+*none*
+
+
+----
+
 19.0.0 (2019-01-21)
 -------------------
 
diff --git a/src/OpenSSL/version.py b/src/OpenSSL/version.py
index 40f31c3..f03eeeb 100644
--- a/src/OpenSSL/version.py
+++ b/src/OpenSSL/version.py
@@ -11,7 +11,7 @@
     "__title__", "__uri__", "__version__",
 ]
 
-__version__ = "19.0.0"
+__version__ = "19.1.0.dev"
 
 __title__ = "pyOpenSSL"
 __uri__ = "https://pyopenssl.org/"