diff --git a/docs/_static/openapi.yaml b/docs/_static/openapi.yaml index 107be6162..98a6f666f 100644 --- a/docs/_static/openapi.yaml +++ b/docs/_static/openapi.yaml @@ -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: diff --git a/docs/source/conf.py b/docs/source/conf.py index 1a5a2ad97..ad9f448df 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/swift_browser_ui/__init__.py b/swift_browser_ui/__init__.py index 398774b1e..496ba6dd7 100644 --- a/swift_browser_ui/__init__.py +++ b/swift_browser_ui/__init__.py @@ -5,6 +5,6 @@ """ __name__ = "swift_browser_ui" -__version__ = "2.0.1" +__version__ = "2024.08.0" __author__ = "CSC Developers" __license__ = "MIT License" diff --git a/swift_browser_ui_frontend/package.json b/swift_browser_ui_frontend/package.json index 2d2512e27..fde81af76 100644 --- a/swift_browser_ui_frontend/package.json +++ b/swift_browser_ui_frontend/package.json @@ -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",