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 8787d15 commit 232d788Copy full SHA for 232d788
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.17.2
2
+======
3
+
4
+* Fix github release publishing in workflows
5
6
7
0.17.1
8
======
9
relenv/common.py
@@ -18,7 +18,7 @@
18
import time
19
20
# relenv package version
21
-__version__ = "0.17.1"
+__version__ = "0.17.2"
22
23
MODULE_DIR = pathlib.Path(__file__).resolve().parent
24
0 commit comments