Skip to content

Commit 8ad9c0b

Browse files
committed
0.15.0 Release
1 parent 4ccb5ae commit 8ad9c0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zigpy_xbee/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MAJOR_VERSION = 0
22
MINOR_VERSION = 15
3-
PATCH_VERSION = "0.dev0"
4-
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
5-
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)
3+
PATCH_VERSION = "0"
4+
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
5+
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 commit comments

Comments
 (0)