Skip to content

Commit

Permalink
Version 0.13.6 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dwoz committed Aug 29, 2023
1 parent ebc1cab commit 3f285b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.13.6
======

* Do not set openssl modules directory on windows since were still on 1.1.x
* Fix load module deprecations warnings
* Ignore load module imporet warnings for now


0.13.5
======

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.5"
__version__ = "0.13.6"

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

Expand Down

0 comments on commit 3f285b7

Please sign in to comment.