Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion csp_gateway/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.2.1"
__version__ = "2.3.0"

try:
from .client import *
Expand Down
2 changes: 1 addition & 1 deletion examples/Client.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]:Point72/csp-gateway.git",
"author": "Point72, L.P. <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "Point72, L.P.", email = "[email protected]"}]
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"]

Expand Down Expand Up @@ -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"
Expand Down