Skip to content

Commit d57016a

Browse files
committed
Fix github release pipeline failure bump version to 0.20.8
1 parent 329e71f commit d57016a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.20.8
2+
======
3+
4+
* Fix github release pipeline.
5+
6+
17
0.20.7
28
======
39

relenv/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import time
1919

2020
# relenv package version
21-
__version__ = "0.20.7"
21+
__version__ = "0.20.8"
2222

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

0 commit comments

Comments
 (0)