Skip to content

Commit c1a3569

Browse files
committed
Upgraded language bindings to v2.3.0.
1 parent 8be492b commit c1a3569

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.7
1+
2.3.0

bindings/csharp/Sop.CLI/Sop.CLI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackAsTool>true</PackAsTool>
1111
<ToolCommandName>sop-cli</ToolCommandName>
1212
<PackageId>Sop4CS.CLI</PackageId>
13-
<Version>2.2.7</Version>
13+
<Version>2.3.0</Version>
1414
<Authors>Gerardo Recinto</Authors>
1515
<Description>SOP CLI and Examples</Description>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>

bindings/csharp/Sop.HttpServer/Sop.HttpServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackAsTool>true</PackAsTool>
1111
<ToolCommandName>sop-httpserver</ToolCommandName>
1212
<PackageId>Sop4CS.HttpServer</PackageId>
13-
<Version>2.2.7</Version>
13+
<Version>2.3.0</Version>
1414
<Authors>Gerardo Recinto</Authors>
1515
<Description>SOP HTTP Server and Data Management Console</Description>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>

bindings/csharp/Sop/Sop.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<PackageId>Sop4CS</PackageId>
6-
<Version>2.2.7</Version>
6+
<Version>2.3.0</Version>
77
<Authors>Gerardo Recinto</Authors>
88
<Description>Scalable Objects Persistence (SOP) - High-performance transactional storage engine.</Description>
99
<PackageTags>database;btree;vector;storage;transactional</PackageTags>

bindings/csharp/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.7
1+
2.3.0

bindings/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.sharedcode</groupId>
77
<artifactId>sop-java</artifactId>
8-
<version>2.2.7</version>
8+
<version>2.3.0</version>
99

1010
<properties>
1111
<maven.compiler.source>21</maven.compiler.source>

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sop4py"
7-
version = "2.2.7"
7+
version = "2.3.0"
88
authors = [
99
{ name="Gerardo Recinto", email="gerardorecinto@yahoo.com" },
1010
]

bindings/python/sop/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22

3-
__version__="2.2.7"
3+
__version__="2.3.0"
44

55
from . import ai
66
from .transaction import Transaction, TransactionOptions, TransactionMode

bindings/rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sop"
3-
version = "2.2.7"
3+
version = "2.3.0"
44
edition = "2021"
55
description = "Rust bindings for Scalable Objects Persistence (SOP)"
66
license = "MIT"

0 commit comments

Comments
 (0)