Skip to content

Commit 893d74c

Browse files
Joonatan Mäkinencsc-jm
andcommitted
Bump to new release version 2024.08.0 (merge commit)
Merge branch 'feature/bump-to-new-version' into 'main' * Bump to new release version 2024.08.0 See merge request https://gitlab.ci.csc.fi/sds-dev/sd-connect/swift-browser-ui/-/merge_requests/357 Approved-by: Monika Radaviciute <[email protected]> Co-authored-by: Joonatan Mäkinen <[email protected]> Merged by Joonatan Mäkinen <[email protected]>
2 parents ba3044f + 9751a45 commit 893d74c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/_static/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: "3.0.3"
22
info:
33
title: "Swift Browser UI"
44
description: "API for querying Openstack Swift as well as working with Openstack Swift ACLs in order to enable sharing action."
5-
version: "2.0.0"
5+
version: "2024.08.0"
66
license:
77
name: MIT
88
tags:

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
author = "CSC Developers"
2929

3030
# The full version, including alpha/beta/rc tags
31-
version = release = "2.0.1"
31+
version = release = "2024.08.0"
3232

3333

3434
# -- General configuration ---------------------------------------------------

swift_browser_ui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"""
66

77
__name__ = "swift_browser_ui"
8-
__version__ = "2.0.1"
8+
__version__ = "2024.08.0"
99
__author__ = "CSC Developers"
1010
__license__ = "MIT License"

swift_browser_ui_frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swift_browser_ui_frontend_npm",
3-
"version": "2.0.1",
3+
"version": "2024.08.0",
44
"private": true,
55
"scripts": {
66
"serve": "./build_wasm.sh && vite serve --mode development",

0 commit comments

Comments
 (0)