Skip to content

Commit aba9745

Browse files
github-actions[bot]eoaksnes
authored andcommitted
chore(master): release 1.28.1
1 parent 430b480 commit aba9745

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [1.28.1](https://github.com/equinor/data-modelling-storage-service/compare/v1.28.0...v1.28.1) (2025-01-21)
4+
5+
6+
### Code Refactoring
7+
8+
* use poetry v2 ([6a156f1](https://github.com/equinor/data-modelling-storage-service/commit/6a156f1fcf36e727afa26a4a57fba88999e8547c))
9+
310
## [1.28.0](https://github.com/equinor/data-modelling-storage-service/compare/v1.27.1...v1.28.0) (2024-12-16)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "data-modeling-storage-service"
3-
version = "1.28.0" # x-release-please-version
3+
version = "1.28.1" # x-release-please-version
44
description = "A model based storage service"
55
authors = [ { name = "Stig Ofstad", email = "stoo@equinor.com" }, { name = "Christopher Collin Løkken", email = "chcl@equinor.com" }, { name = "Eirik Ola Aksnes", email = "eaks@equinor.com" }]
66
license = { text = "MIT" }

src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def create_app() -> FastAPI:
7373

7474
app = FastAPI(
7575
title="Data Modelling Storage Service",
76-
version="1.28.0", # x-release-please-version
76+
version="1.28.1", # x-release-please-version
7777
description="API for basic data modelling interaction",
7878
swagger_ui_init_oauth={
7979
"clientId": config.OAUTH_CLIENT_ID,

0 commit comments

Comments
 (0)