Skip to content

Commit

Permalink
Release 4.2.0a2 (#426)
Browse files Browse the repository at this point in the history
* Prepared release 4.2.0a0

* Bump to correct version

---------

Co-authored-by: julianaklulo <julianaklulo@users.noreply.github.com>
  • Loading branch information
julianaklulo and julianaklulo authored Nov 29, 2023
1 parent 1000b1f commit dc48245
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 5 deletions.
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-core

## Unreleased


## 4.2.0a2 -- 2023-11-29
- Added setting to specify if the job script files should be written to the submit directory

## 4.2.0a1 -- 2023-11-13
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 = "4.2.0a1"
version = "4.2.0a2"
description = "Jobbergate Agent"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
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


## 4.2.0a2 -- 2023-11-29
- Moved database session management into a dedicated context manager and removed test-aware logic
- Modified testing harnesses to override session management context manager and fail if test session is not used

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 = "4.2.0a1"
version = "4.2.0a2"
description = "Jobbergate API"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
1 change: 1 addition & 0 deletions jobbergate-cli/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-cli
## Unreleased


## 4.2.0a2 -- 2023-11-29
## 4.2.0a1 -- 2023-11-13
- Patched create-job-script command on submit mode when parameter file is provided
- Added setting to control the timeout on `httpx` requests
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 = "4.2.0a1"
version = "4.2.0a2"
description = "Jobbergate CLI Client"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
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


## 4.2.0a2 -- 2023-11-29
## 4.2.0a1 -- 2023-11-13
## 4.2.0a0 -- 2023-11-09
## 4.1.0 -- 2023-11-07
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 = "4.2.0a1"
version = "4.2.0a2"
description = "Jobbergate Core"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
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


## 4.2.0a2 -- 2023-11-29
## 4.2.0a1 -- 2023-11-13
## 4.2.0a0 -- 2023-11-09
## 4.1.0 -- 2023-11-07
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 = "4.2.0a1"
version = "4.2.0a2"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down

0 comments on commit dc48245

Please sign in to comment.