Skip to content

Commit

Permalink
chore(master): release 1.27.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and soofstad committed May 23, 2024
1 parent 7c52e18 commit 06eb14d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.27.1](https://github.com/equinor/data-modelling-storage-service/compare/v1.27.0...v1.27.1) (2024-05-23)


### Bug Fixes

* export entities and folders ([7c52e18](https://github.com/equinor/data-modelling-storage-service/commit/7c52e182feb8afe41dc9aa53738eb8bd0a9bf040))

## [1.27.0](https://github.com/equinor/data-modelling-storage-service/compare/v1.26.0...v1.27.0) (2024-05-16)


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.27.0" # x-release-please-version
version = "1.27.1" # x-release-please-version
description = "A model based storage service"
authors = ["Stig Ofstad <stoo@equinor.com>","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 @@ -73,7 +73,7 @@ def create_app() -> FastAPI:

app = FastAPI(
title="Data Modelling Storage Service",
version="1.27.0", # x-release-please-version
version="1.27.1", # 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 06eb14d

Please sign in to comment.