Skip to content

Commit 78f619f

Browse files
committed
Release version 1.2.12
1 parent 70e9287 commit 78f619f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.12-dev"
2+
__version__ = "1.2.12"

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ayon_python_api"
3-
version = "1.2.12-dev"
3+
version = "1.2.12"
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.2"
31+
version = "1.2.12"
3232
description = "AYON Python API"
3333
authors = [
3434
"ynput.io <info@ynput.io>"
@@ -49,4 +49,4 @@ mock = "*"
4949
sphinx-autoapi = "*"
5050
revitron-sphinx-theme = { git = "https://github.com/revitron/revitron-sphinx-theme.git", branch = "master" }
5151
pytest = "^6.2.5"
52-
pydocstyle = "^6.3.0"
52+
pydocstyle = "^6.3.0"

0 commit comments

Comments
 (0)