Skip to content

Commit 71d4d97

Browse files
chore(main): release 1.6.9
1 parent 2765ae4 commit 71d4d97

4 files changed

Lines changed: 13 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.8"
2+
".": "1.6.9"
33
}

CHANGELOG.md

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

3+
## [1.6.9](https://github.com/equinor/dm-job/compare/v1.6.8...v1.6.9) (2026-08-03)
4+
5+
6+
### Build System
7+
8+
* **deps-dev:** bump black from 26.1.0 to 26.3.1 ([a2abfb5](https://github.com/equinor/dm-job/commit/a2abfb5780a4fab25c91269782d91fe7c88f1970))
9+
* **deps:** bump python from 3.10-slim to 3.14-slim in the docker group ([24c8193](https://github.com/equinor/dm-job/commit/24c819369426087d74263a35931252ffaa585c86))
10+
* **deps:** bump python from 3.13-slim to 3.14-slim in the docker group across 1 directory ([2765ae4](https://github.com/equinor/dm-job/commit/2765ae44bbe077f01fc4d0e659e160059ffe2649))
11+
* **deps:** bump requests from 2.32.5 to 2.33.0 ([5ed7cbc](https://github.com/equinor/dm-job/commit/5ed7cbc11124ba67c4a26906e4b4e39536478a55))
12+
313
## [1.6.8](https://github.com/equinor/dm-job/compare/v1.6.7...v1.6.8) (2026-04-21)
414

515

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.8" # x-release-please-version
3+
version = "1.6.9" # 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.8", # x-release-please-version
35+
version="1.6.9", # 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)