diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ce50f2e..8c0c41c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ 0.13.5 ====== + * Bump to Python 3.10.13 and 3.11.5 due to CVE-2023-40217 and CVE-2023-41105 +* Include debug symbols to enable gdb debugging +* Set openssl module locations via c api rather than environment variable 0.13.4 diff --git a/relenv/common.py b/relenv/common.py index cbe64520..72be712a 100644 --- a/relenv/common.py +++ b/relenv/common.py @@ -14,7 +14,7 @@ import time # relenv package version -__version__ = "0.13.4" +__version__ = "0.13.5" MODULE_DIR = pathlib.Path(__file__).resolve().parent