Skip to content

Commit

Permalink
Remove dev extension from version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Dec 1, 2022
1 parent 3cb291c commit e788831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heat/core/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""Indicates feature extension."""
micro: int = 1
"""Indicates revisions for bugfixes."""
extension: str = "dev"
extension: str = ""
"""Indicates special builds, e.g. for specific hardware."""

if not extension:
Expand Down

0 comments on commit e788831

Please sign in to comment.