summaryrefslogtreecommitdiff
path: root/CHANGELOG.rst
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-04-20 12:34:58 +0200
committerGitHub <noreply@github.com>2017-04-20 12:34:58 +0200
commitf6c96af9b8ae4634ebdfebf7972379297c5e5604 (patch)
tree22b95c426bd52e9b8890b616803a555f45912fc0 /CHANGELOG.rst
parentfb078d83fc2d34f553be4868b3fc04e998dc84e1 (diff)
downloadpyopenssl-f6c96af9b8ae4634ebdfebf7972379297c5e5604.tar.gz
Prepare for 17.0.0 (#615)
* Prepare for 17.0.0 Fix a bunch URLs and account for the non-existance of 16.3. * Fix codecov link
Diffstat (limited to 'CHANGELOG.rst')
-rw-r--r--CHANGELOG.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 6ef6f7b..e5e01c6 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -5,7 +5,7 @@ Versions are year-based with a strict backward-compatibility policy.
The third digit is only for regressions.
-16.3.0 (UNRELEASED)
+17.0.0 (UNRELEASED)
-------------------
Backward-incompatible changes:
@@ -105,7 +105,7 @@ Changes:
This is the first release under full stewardship of PyCA.
We have made *many* changes to make local development more pleasing.
The test suite now passes both on Linux and OS X with OpenSSL 0.9.8, 1.0.1, and 1.0.2.
-It has been moved to `pytest <https://pytest.org/>`_, all CI test runs are part of `tox <https://testrun.org/tox/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.io/>`_ compliant.
+It has been moved to `pytest <https://docs.pytest.org/>`_, all CI test runs are part of `tox <https://tox.readthedocs.io/>`_ and the source code has been made fully `flake8 <https://flake8.readthedocs.io/>`_ compliant.
We hope to have lowered the barrier for contributions significantly but are open to hear about any remaining frustrations.