Skip to content

Commit

Permalink
Changelogs for 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 27, 2023
1 parent 2e2c558 commit 189f3bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion relenv/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import time

# relenv package version
__version__ = "0.13.4"
__version__ = "0.13.5"

MODULE_DIR = pathlib.Path(__file__).resolve().parent

Expand Down

0 comments on commit 189f3bc

Please sign in to comment.