File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 1.6.9 "
2+ "." : " 1.7.0 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " dm-job"
3- version = " 1.6.9 " # x-release-please-version
3+ version = " 1.7.0 " # x-release-please-version
44description = " REST API running jobs in development framework"
55authors = [ {name = " Equinor" , email = " fg_team_hermes@equinor.com" }]
66license = { text = " MIT" }
Original file line number Diff line number Diff 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 )],
You can’t perform that action at this time.
0 commit comments