From 9c1f2acb8c1aa40d7ddfbbdf862096e66d3c25f5 Mon Sep 17 00:00:00 2001 From: DiamondLightSource-build-server Date: Thu, 5 Jun 2025 16:59:32 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Bump=20version:=200.17.10=20=E2=86=92=200.1?= =?UTF-8?q?8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpclient.toml | 2 +- src/murfey/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpclient.toml b/.bumpclient.toml index 0082d6bec..62dbddba0 100644 --- a/.bumpclient.toml +++ b/.bumpclient.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.17.10" +current_version = "0.18.0" commit = true tag = false diff --git a/src/murfey/__init__.py b/src/murfey/__init__.py index 545afdacb..657b8c4d6 100644 --- a/src/murfey/__init__.py +++ b/src/murfey/__init__.py @@ -1,4 +1,4 @@ from __future__ import annotations __version__ = "0.17.10" -__supported_client_version__ = "0.17.10" +__supported_client_version__ = "0.18.0" From 0d8896d9df8fe8cd530e33dadbe8b99a084ae20b Mon Sep 17 00:00:00 2001 From: DiamondLightSource-build-server Date: Thu, 5 Jun 2025 16:59:32 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Bump=20version:=200.17.10=20=E2=86=92=200.1?= =?UTF-8?q?8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- Helm/Chart.yaml | 2 +- Helm/charts/murfey-instrument-server-clem/Chart.yaml | 2 +- Helm/charts/murfey-instrument-server-tem/Chart.yaml | 2 +- Helm/charts/murfey-rsync/Chart.yaml | 2 +- Helm/charts/murfey-server/Chart.yaml | 2 +- pyproject.toml | 2 +- src/murfey/__init__.py | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index f258ca52d..1037bf197 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.17.10" +current_version = "0.18.0" commit = true tag = true diff --git a/Helm/Chart.yaml b/Helm/Chart.yaml index aef49f4a4..d2612fee5 100644 --- a/Helm/Chart.yaml +++ b/Helm/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: murfey-services description: Umbrella Helm chart for deploying the servers and daemons needed to enable Murfey to transfer and process data -version: 0.17.10 +version: 0.18.0 dependencies: - name: murfey-instrument-server-clem - name: murfey-instrument-server-tem diff --git a/Helm/charts/murfey-instrument-server-clem/Chart.yaml b/Helm/charts/murfey-instrument-server-clem/Chart.yaml index 5c1062a71..8e8e8a1a7 100644 --- a/Helm/charts/murfey-instrument-server-clem/Chart.yaml +++ b/Helm/charts/murfey-instrument-server-clem/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-instrument-server-clem description: Helm chart for deploying a Murfey instrument server, which executes orders to detect, modify, and transfer files on the instrument PC, and notifies the backend server about transferred files -version: 0.17.10 +version: 0.18.0 diff --git a/Helm/charts/murfey-instrument-server-tem/Chart.yaml b/Helm/charts/murfey-instrument-server-tem/Chart.yaml index 346bc36e7..5bf03b862 100644 --- a/Helm/charts/murfey-instrument-server-tem/Chart.yaml +++ b/Helm/charts/murfey-instrument-server-tem/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-instrument-server-tem description: Helm chart for deploying a Murfey instrument server, which executes orders to detect, modify, and transfer files on the instrument PC, and notifies the backend server about transferred files -version: 0.17.10 +version: 0.18.0 diff --git a/Helm/charts/murfey-rsync/Chart.yaml b/Helm/charts/murfey-rsync/Chart.yaml index fc0be19a4..d9dba629e 100644 --- a/Helm/charts/murfey-rsync/Chart.yaml +++ b/Helm/charts/murfey-rsync/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-rsync description: Helm chart for deploying an rsync daemon, which is responsible for executing the transfer of files from the client storage directory to the server storage system -version: 0.17.10 +version: 0.18.0 diff --git a/Helm/charts/murfey-server/Chart.yaml b/Helm/charts/murfey-server/Chart.yaml index f28f58211..2476f6ac1 100644 --- a/Helm/charts/murfey-server/Chart.yaml +++ b/Helm/charts/murfey-server/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v1 name: murfey-server description: Helm chart for deploying a Murfey backend server, which is responsible for orchestrating the data transfer and processing workflow between the client PC and the storage system -version: 0.17.10 +version: 0.18.0 diff --git a/pyproject.toml b/pyproject.toml index e33dd2365..9582e6feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ requires = [ [project] name = "murfey" -version = "0.17.10" +version = "0.18.0" description = "Client-Server architecture hauling Cryo-EM data" readme = "README.md" keywords = [ diff --git a/src/murfey/__init__.py b/src/murfey/__init__.py index 657b8c4d6..61f86a86c 100644 --- a/src/murfey/__init__.py +++ b/src/murfey/__init__.py @@ -1,4 +1,4 @@ from __future__ import annotations -__version__ = "0.17.10" +__version__ = "0.18.0" __supported_client_version__ = "0.18.0"