Skip to content

Commit

Permalink
Version 0.13.7 changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 30, 2023
1 parent cc9b68a commit 97ff491
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.13.7
======

* Load relenv's openssl legacy provider before setting modules dir to system
location for the system's fips provider.


0.13.6
======

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.6"
__version__ = "0.13.7"

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

Expand Down

0 comments on commit 97ff491

Please sign in to comment.