reopen for 40 (#7955)

* reopen for 40

* oops
This commit is contained in:
Paul Kehrer 2023-01-02 12:06:43 +07:00 committed by GitHub
parent 338a65a7df
commit 22d33a1252
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 2 deletions

View file

@ -7,6 +7,7 @@ case "${1}" in
git rev-parse HEAD
tools/pip_install_editable.py ./acme[test]
tools/pip_install_editable.py ./certbot[test]
pip install -U pyopenssl
;;
run)
cd certbot

View file

@ -1,6 +1,14 @@
Changelog
=========
.. _v40-0-0:
40.0.0 - `main`_
~~~~~~~~~~~~~~~~
.. note:: This version is not yet released and is under active development.
.. _v39-0-0:
39.0.0 - 2023-01-01

View file

@ -9,7 +9,7 @@ __all__ = [
"__copyright__",
]
__version__ = "39.0.0"
__version__ = "40.0.0.dev1"
__author__ = "The Python Cryptographic Authority and individual contributors"
__copyright__ = "Copyright 2013-2022 {}".format(__author__)

View file

@ -6,4 +6,4 @@ __all__ = [
"__version__",
]
__version__ = "39.0.0"
__version__ = "40.0.0.dev1"