Skip to content

Commit

Permalink
Update package versions to "0.4.2" from "0.4.2-dev.5"
Browse files Browse the repository at this point in the history
and align dependencies in pyproject.toml files across services.
  • Loading branch information
jakubjezek001 committed May 31, 2024
1 parent 1f3ceb1 commit 68b380d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/ayon_shotgrid/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
"""Package declaring shotgrid addon version."""
__version__ = "0.4.2-dev.5"
__version__ = "0.4.2"
2 changes: 1 addition & 1 deletion package.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "shotgrid"
title = "Shotgrid"
version = "0.4.2-dev.5"
version = "0.4.2"
client_dir = "ayon_shotgrid"

services = {
Expand Down
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 = "shotgrid-leecher"
version = "0.4.2-dev.5"
version = "0.4.2"
description = "Shotgrid Integration for Ayon"
authors = ["Oscar Domingo <[email protected]>"]

Expand Down
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 = "shotgrid-processor"
version = "0.4.2-dev.5"
version = "0.4.2"
description = "Shotgrid Integration for Ayon"
authors = ["Oscar Domingo <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion services/transmitter/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "shotgrid-transmitter"
version = "0.4.2-dev.5"
version = "0.4.2"
description = "Shotgrid Integration for Ayon"
authors = ["Oscar Domingo <[email protected]>"]

Expand Down

0 comments on commit 68b380d

Please sign in to comment.