Skip to content

Commit b5d3548

Browse files
github-actions[bot]l3abak
authored andcommitted
chore(main): release 1.7.0
1 parent 3d56e45 commit b5d3548

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.9"
2+
".": "1.7.0"
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.7.0](https://github.com/equinor/dm-job/compare/v1.6.9...v1.7.0) (2026-08-17)
4+
5+
6+
### Features
7+
8+
* config for selecting resources in azure ci ([2fbf1c7](https://github.com/equinor/dm-job/commit/2fbf1c7b47cd960e741e3f4b8e4c63adeb7ea659))
9+
* config for selecting resources in azure ci ([695dcd6](https://github.com/equinor/dm-job/commit/695dcd658e6bd2f6abc51e6427cf25551e981c69))
10+
* config for selecting resources in azure ci ([ee9c5ee](https://github.com/equinor/dm-job/commit/ee9c5ee36b0414d216ee67f3416835b242ed97d2))
11+
312
## [1.6.9](https://github.com/equinor/dm-job/compare/v1.6.8...v1.6.9) (2026-08-04)
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.9" # x-release-please-version
3+
version = "1.7.0" # 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.9", # x-release-please-version
35+
version="1.7.0", # 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)