mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
parent
338a65a7df
commit
22d33a1252
4 changed files with 11 additions and 2 deletions
1
.github/downstream.d/certbot.sh
vendored
1
.github/downstream.d/certbot.sh
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ __all__ = [
|
|||
"__version__",
|
||||
]
|
||||
|
||||
__version__ = "39.0.0"
|
||||
__version__ = "40.0.0.dev1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue