We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6ba70 commit 8bbacbeCopy full SHA for 8bbacbe
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+0.19.3
2
+======
3
+
4
+* Upgrade sqlite to address CVE-2025-29087
5
+* Fix editable pip (pip -e) installation
6
7
8
0.19.2
9
======
10
relenv/common.py
@@ -18,7 +18,7 @@
18
import time
19
20
# relenv package version
21
-__version__ = "0.19.2"
+__version__ = "0.19.3"
22
23
MODULE_DIR = pathlib.Path(__file__).resolve().parent
24
0 commit comments