Skip to content

Commit

Permalink
PENG-2455 set project version to 5.5.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
matheushent committed Dec 19, 2024
1 parent b2bc62a commit caaad29
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jobbergate-agent-snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ parts:
source: .
plugin: python
python-packages:
- jobbergate-agent==5.5.0a2
- jobbergate-agent==5.5.0a3
build-packages:
- python3
- libapt-pkg-dev
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-agent/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-agent"
version = "5.5.0-alpha.2"
version = "5.5.0-alpha.3"
description = "Jobbergate Agent"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-api"
version = "5.5.0-alpha.2"
version = "5.5.0-alpha.3"
description = "Jobbergate API"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-cli/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-cli"
version = "5.5.0-alpha.2"
version = "5.5.0-alpha.3"
description = "Jobbergate CLI Client"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-core/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-core"
version = "5.5.0-alpha.2"
version = "5.5.0-alpha.3"
description = "Jobbergate Core"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion jobbergate-docs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "jobbergate-documentation"
version = "5.5.0-alpha.2"
version = "5.5.0-alpha.3"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down

0 comments on commit caaad29

Please sign in to comment.