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 cc20645 commit d614b91Copy full SHA for d614b91
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.20.1
2
+======
3
+
4
+* Fix rogue print statment.
5
6
7
0.20.0
8
======
9
relenv/common.py
@@ -18,7 +18,7 @@
18
import time
19
20
# relenv package version
21
-__version__ = "0.20.0"
+__version__ = "0.20.1"
22
23
MODULE_DIR = pathlib.Path(__file__).resolve().parent
24
0 commit comments