Skip to content

Commit 8449601

Browse files
author
Hoppe
committed
versioning for release 1.4
1 parent 67bc254 commit 8449601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heat/core/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"""Indicates feature extension."""
77
micro: int = 0
88
"""Indicates revisions for bugfixes."""
9-
extension: str = "dev"
9+
extension: str = None
1010
"""Indicates special builds, e.g. for specific hardware."""
1111

1212
if not extension:

0 commit comments

Comments
 (0)