Skip to content

Commit

Permalink
Bump to new release version 2024.08.0 (merge commit)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Joonatan Mäkinen committed Aug 23, 2024
2 parents ba3044f + 9751a45 commit 893d74c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/_static/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: "3.0.3"
info:
title: "Swift Browser UI"
description: "API for querying Openstack Swift as well as working with Openstack Swift ACLs in order to enable sharing action."
version: "2.0.0"
version: "2024.08.0"
license:
name: MIT
tags:
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
author = "CSC Developers"

# The full version, including alpha/beta/rc tags
version = release = "2.0.1"
version = release = "2024.08.0"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion swift_browser_ui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
"""

__name__ = "swift_browser_ui"
__version__ = "2.0.1"
__version__ = "2024.08.0"
__author__ = "CSC Developers"
__license__ = "MIT License"
2 changes: 1 addition & 1 deletion swift_browser_ui_frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "swift_browser_ui_frontend_npm",
"version": "2.0.1",
"version": "2024.08.0",
"private": true,
"scripts": {
"serve": "./build_wasm.sh && vite serve --mode development",
Expand Down

0 comments on commit 893d74c

Please sign in to comment.