Skip to content

Commit 8bb63f7

Browse files
committed
Release version 1.2.16
1 parent ecddbbc commit 8bb63f7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ayon_api/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package declaring Python API for AYON server."""
2-
__version__ = "1.2.16-dev"
2+
__version__ = "1.2.16"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ayon_python_api"
3-
version = "1.2.16-dev"
3+
version = "1.2.16"
44
description = "AYON Python API"
55
license = {file = "LICENSE"}
66
readme = {file = "README.md", content-type = "text/markdown"}
@@ -28,7 +28,7 @@ build-backend = "poetry.core.masonry.api"
2828

2929
[tool.poetry]
3030
name = "ayon_python_api"
31-
version = "1.2.16-dev"
31+
version = "1.2.16"
3232
description = "AYON Python API"
3333
authors = [
3434
"ynput.io <info@ynput.io>"

0 commit comments

Comments
 (0)