From ca954db6eb738f0b65f8391236c0ddb72d1d467b Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:28:07 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=202.2.1=20=E2=86=92=202.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- csp_gateway/__init__.py | 2 +- examples/Client.ipynb | 2 +- js/package.json | 2 +- pyproject.toml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/csp_gateway/__init__.py b/csp_gateway/__init__.py index 532be7d..d72264f 100644 --- a/csp_gateway/__init__.py +++ b/csp_gateway/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.2.1" +__version__ = "2.3.0" try: from .client import * diff --git a/examples/Client.ipynb b/examples/Client.ipynb index 2fb77b0..7a6160a 100644 --- a/examples/Client.ipynb +++ b/examples/Client.ipynb @@ -189,7 +189,7 @@ }, "description": "# Welcome to CSP Gateway API\nContains REST/Websocket interfaces to underlying CSP Gateway engine", "title": "Gateway", - "version": "2.2.1" + "version": "2.3.0" }, "openapi": "3.1.0", "paths": { diff --git a/js/package.json b/js/package.json index b13066d..0eea704 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@point72/csp-gateway", - "version": "2.2.1", + "version": "2.3.0", "description": "csp-gateway is a framework for building high-performance streaming applications", "repository": "git@github.com:Point72/csp-gateway.git", "author": "Point72, L.P. ", diff --git a/pyproject.toml b/pyproject.toml index 7032133..9e42f38 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "Point72, L.P.", email = "OpenSource@point72.com"}] description = "csp-gateway is a framework for building high-performance streaming applications" readme = "README.md" license = { text = "Apache-2.0" } -version = "2.2.1" +version = "2.3.0" requires-python = ">=3.9" keywords = ["csp", "csp-gateway"] @@ -109,7 +109,7 @@ Repository = "https://github.com/Point72/csp-gateway" Homepage = "https://github.com/Point72/csp-gateway/wiki" [tool.bumpversion] -current_version = "2.2.1" +current_version = "2.3.0" commit = true tag = false commit_args = "-s"