Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 5.2.0a4 #581

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions jobbergate-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to jobbergate-agent

## Unreleased


## 5.2.0a4 -- 2024-06-27
- Change pydantic.BaseSettings config to use `extra=ignore`

## 5.2.0a3 -- 2024-06-26
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.2.0a3"
version = "5.2.0a4"
description = "Jobbergate Agent"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions jobbergate-api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to jobbergate-api

## Unreleased


## 5.2.0a4 -- 2024-06-27
- Change pydantic.BaseSettings config to use `extra=ignore`

## 5.2.0a3 -- 2024-06-26
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.2.0a3"
version = "5.2.0a4"
description = "Jobbergate API"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions jobbergate-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
This file keeps track of all notable changes to jobbergate-cli

## Unreleased


## 5.2.0a4 -- 2024-06-27
- Change pydantic.BaseSettings config to use `extra=ignore`

## 5.2.0a3 -- 2024-06-26
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.2.0a3"
version = "5.2.0a4"
description = "Jobbergate CLI Client"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions jobbergate-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-core
## Unreleased


## 5.2.0a4 -- 2024-06-27
## 5.2.0a3 -- 2024-06-26
- Removed unused dependency for pydantic
- Updated linter and format checker to use ruff
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.2.0a3"
version = "5.2.0a4"
description = "Jobbergate Core"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions jobbergate-docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ This file keeps track of all notable changes to jobbergate-docs
## Unreleased


## 5.2.0a4 -- 2024-06-27
## 5.2.0a3 -- 2024-06-26
- Updated linter and format checker to use ruff

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.2.0a3"
version = "5.2.0a4"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <[email protected]>"]
license = "MIT"
Expand Down
Loading