Skip to content

Commit fbc0425

Browse files
github-actions[bot]eoaksnes
authored andcommitted
chore(main): release 1.6.7
1 parent c4ce480 commit fbc0425

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.6"
2+
".": "1.6.7"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.6.7](https://github.com/equinor/dm-job/compare/v1.6.6...v1.6.7) (2026-04-20)
4+
5+
6+
### Bug Fixes
7+
8+
* adding description to Job Blueprint. ([c3eae9d](https://github.com/equinor/dm-job/commit/c3eae9dcca46028ce012fd66d7fa5b90c6a4b200))
9+
* clean up env variables, fix azure container instances runner ([caa4f9b](https://github.com/equinor/dm-job/commit/caa4f9bab96a22ec369dcf92e4b2d5fce09a7630))
10+
* pre-commit ([c4ce480](https://github.com/equinor/dm-job/commit/c4ce480a64ae050dccb3510a97ea69f83e624a44))
11+
312
## [1.6.6](https://github.com/equinor/dm-job/compare/v1.6.5...v1.6.6) (2026-03-06)
413

514

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dm-job"
3-
version = "1.6.6" # x-release-please-version
3+
version = "1.6.7" # x-release-please-version
44
description = "REST API running jobs in development framework"
55
authors = [ {name = "Equinor", email = "fg_team_hermes@equinor.com"}]
66
license = { text = "MIT" }

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def create_app():
3232
app = FastAPI(
3333
title="Data Modelling Job API",
3434
responses=responses,
35-
version="1.6.6", # x-release-please-version
35+
version="1.6.7", # x-release-please-version
3636
description="REST API used with the Data Modelling framework to schedule jobs",
3737
exception_handlers={RequestValidationError: validation_exception_handler},
3838
middleware=[Middleware(StoreHeadersMiddleware)],

0 commit comments

Comments
 (0)