Skip to content

Commit 0bf7db1

Browse files
author
github-actions
committed
v3.25.10.1
1 parent b19b5c5 commit 0bf7db1

5 files changed

Lines changed: 9 additions & 5 deletions

File tree

PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: blpapi
3-
Version: 3.25.9.1
3+
Version: 3.25.10.1
44
Summary: Python SDK for Bloomberg BLPAPI
55
Home-page: http://www.bloomberglabs.com/api/
66
Author: Bloomberg L.P.

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 3.25.10.1:
2+
==================
3+
- Stability and performance improvements
4+
15
Version 3.25.9.1:
26
=================
37
- Pre-resolved topics no longer supported

src/blpapi.egg-info/PKG-INFO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 2.4
22
Name: blpapi
3-
Version: 3.25.9.1
3+
Version: 3.25.10.1
44
Summary: Python SDK for Bloomberg BLPAPI
55
Home-page: http://www.bloomberglabs.com/api/
66
Author: Bloomberg L.P.

src/blpapi/ffi_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ PyObject* blpapi_Element_toPy(blpapi_Element_t *element) {
281281
}
282282
}
283283

284-
/* decrefs allow python code to decrement ref. count of objects,
284+
/* increfs allow python code to increment ref. count of objects,
285285
even if they are not yet pointed to by blpapi_ManagedPtr_t struct.
286286
*/
287287
PEXPRT void incref(PyObject *obj);

src/blpapi/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from . import internals
66

7-
__version__ = "3.25.9.1"
8-
__expected_cpp_sdk_version__ = "3.25.9"
7+
__version__ = "3.25.10.1"
8+
__expected_cpp_sdk_version__ = "3.25.10"
99

1010

1111
def print_version() -> None:

0 commit comments

Comments
 (0)