Skip to content

Commit

Permalink
bump version to '1.1.12'
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Sep 13, 2024
1 parent 0179081 commit 06156a5
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/ayon_ftrack/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring AYON addon 'ftrack' version."""
__version__ = "1.1.12-dev.1"
__version__ = "1.1.12"
1 change: 1 addition & 0 deletions create_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import package

FileMapping = Tuple[Union[str, io.BytesIO], str]

ADDON_NAME: str = package.name
ADDON_VERSION: str = package.version
ADDON_CLIENT_DIR: Union[str, None] = getattr(package, "client_dir", None)
Expand Down
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "ftrack"
version = "1.1.12-dev.1"
version = "1.1.12"
title = "Ftrack"
client_dir = "ayon_ftrack"

Expand Down
4 changes: 2 additions & 2 deletions services/leecher/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: ayon-ftrack-services
services:
leecher:
container_name: leecher
image: ynput/ayon-ftrack-leecher:1.1.12-dev.1
image: ynput/ayon-ftrack-leecher:1.1.12
restart: unless-stopped
environment:
- "AYON_SERVER_URL=${AYON_SERVER_URL}"
- "AYON_API_KEY=${AYON_API_KEY}"
- "AYON_ADDON_NAME=ftrack"
- "AYON_ADDON_VERSION=1.1.12-dev.1"
- "AYON_ADDON_VERSION=1.1.12"
2 changes: 1 addition & 1 deletion services/leecher/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ftrack-leecher"
version = "1.1.12-dev.1"
version = "1.1.12"
description = ""
authors = ["Ynput s.r.o. <[email protected]>"]

Expand Down
4 changes: 2 additions & 2 deletions services/processor/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: ayon-ftrack-services
services:
processor:
container_name: processor
image: ynput/ayon-ftrack-processor:1.1.12-dev.1
image: ynput/ayon-ftrack-processor:1.1.12
restart: unless-stopped
environment:
- "AYON_SERVER_URL=${AYON_SERVER_URL}"
- "AYON_API_KEY=${AYON_API_KEY}"
- "AYON_ADDON_NAME=ftrack"
- "AYON_ADDON_VERSION=1.1.12-dev.1"
- "AYON_ADDON_VERSION=1.1.12"
2 changes: 1 addition & 1 deletion services/processor/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ftrack-processor"
version = "1.1.12-dev.1"
version = "1.1.12"
description = ""
authors = ["Ynput s.r.o. <[email protected]>"]

Expand Down

0 comments on commit 06156a5

Please sign in to comment.