Skip to content

Commit f3f37e9

Browse files
authored
Merge pull request #242 from Point72/tkp/260
Bump version: 2.5.0 → 2.6.0
2 parents 80171c4 + 2c2ca87 commit f3f37e9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

csp_gateway/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.5.0"
1+
__version__ = "2.6.0"
22

33
try:
44
from .client import *

examples/Client.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
},
200200
"description": "# Welcome to CSP Gateway API\nContains REST/Websocket interfaces to underlying CSP Gateway engine",
201201
"title": "Gateway",
202-
"version": "2.5.0"
202+
"version": "2.6.0"
203203
},
204204
"openapi": "3.1.0",
205205
"paths": {

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@point72/csp-gateway",
3-
"version": "2.5.0",
3+
"version": "2.6.0",
44
"description": "csp-gateway is a framework for building high-performance streaming applications",
55
"repository": "git@github.com:Point72/csp-gateway.git",
66
"author": "Point72, L.P. <OpenSource@point72.com>",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ authors = [
1414
description = "csp-gateway is a framework for building high-performance streaming applications"
1515
readme = "README.md"
1616
license = { text = "Apache-2.0" }
17-
version = "2.5.0"
17+
version = "2.6.0"
1818
requires-python = ">=3.10"
1919
keywords = [
2020
"csp",
@@ -124,7 +124,7 @@ Repository = "https://github.com/Point72/csp-gateway"
124124
Homepage = "https://github.com/Point72/csp-gateway/wiki"
125125

126126
[tool.bumpversion]
127-
current_version = "2.5.0"
127+
current_version = "2.6.0"
128128
commit = true
129129
tag = false
130130
commit_args = "-s"

0 commit comments

Comments
 (0)