Skip to content

Commit

Permalink
Prepared release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fschuch authored Oct 12, 2023
1 parent 5539e6c commit 22fd1e9
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 5 deletions.
3 changes: 3 additions & 0 deletions jobbergate-agent/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This file keeps track of all notable changes to jobbergate-core
Unreleased
----------

4.0.1 -- 2023-10-12
-------------------

4.0.0 -- 2023-09-14
-------------------
- Started the project
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.0.0"
version = "4.0.1"
description = "Jobbergate Agent"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions jobbergate-api/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ This file keeps track of all notable changes to jobbergate-api

Unreleased
----------

4.0.1 -- 2023-10-12
-------------------
- Changed internals to avoid committing to the database when a GET request is made
- Added extra settings to allow profiling and tracing on sentry

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.0.0"
version = "4.0.1"
description = "Jobbergate API"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions jobbergate-cli/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This file keeps track of all notable changes to jobbergate-cli
Unreleased
----------

4.0.1 -- 2023-10-12
-------------------

4.0.0 -- 2023-09-14
-------------------
- Modified internal details to address the new data model on Jobbergate API
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.0.0"
version = "4.0.1"
description = "Jobbergate CLI Client"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions jobbergate-core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This file keeps track of all notable changes to jobbergate-core
Unreleased
----------

4.0.1 -- 2023-10-12
-------------------

4.0.0 -- 2023-09-14
-------------------
- Keep version in sync with the other components.
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.0.0"
version = "4.0.1"
description = "Jobbergate Core"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down
3 changes: 3 additions & 0 deletions jobbergate-docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This file keeps track of all notable changes to jobbergate-docs
Unreleased
----------

4.0.1 -- 2023-10-12
-------------------

4.0.0 -- 2023-09-14
-------------------
- Keep synchronized with jobbergate-cli and jobbergate-api
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.0.0"
version = "4.0.1"
description = "Jobbergate Official Documentation"
authors = ["Omnivector Solutions <info@omnivector.solutions>"]
license = "MIT"
Expand Down

0 comments on commit 22fd1e9

Please sign in to comment.