Skip to content

Commit

Permalink
chore(master): release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and pbullhove committed Nov 21, 2023
1 parent 42d2fdd commit 1340294
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.11.0](https://github.com/equinor/data-modelling-storage-service/compare/v1.10.0...v1.11.0) (2023-11-21)


### Features

* change to false default ([42d2fdd](https://github.com/equinor/data-modelling-storage-service/commit/42d2fdd358c352963270d9e0ba7a82dd47a85d37))


### Build System

* remove publish pypi package ([8099d10](https://github.com/equinor/data-modelling-storage-service/commit/8099d101a3ce046f9c6ed5ebb4fb70b8c9c115ed))

## [1.10.0](https://github.com/equinor/data-modelling-storage-service/compare/v1.9.0...v1.10.0) (2023-11-17)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Data Modeling Storage Service"
version = "1.10.0" # x-release-please-version
version = "1.11.0" # x-release-please-version
description = "A model based storage service"
authors = ["Stig Ofstad <[email protected]>","Christoffer","Eirik"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def create_app() -> FastAPI:

app = FastAPI(
title="Data Modelling Storage Service",
version="1.10.0", # x-release-please-version
version="1.11.0", # x-release-please-version
description="API for basic data modelling interaction",
swagger_ui_init_oauth={
"clientId": config.OAUTH_CLIENT_ID,
Expand Down

0 comments on commit 1340294

Please sign in to comment.