File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: blpapi
3- Version: 3.25.9 .1
3+ Version: 3.25.10 .1
44Summary: Python SDK for Bloomberg BLPAPI
55Home-page: http://www.bloomberglabs.com/api/
66Author: Bloomberg L.P.
Original file line number Diff line number Diff line change 1+ Version 3.25.10.1:
2+ ==================
3+ - Stability and performance improvements
4+
15Version 3.25.9.1:
26=================
37- Pre-resolved topics no longer supported
Original file line number Diff line number Diff line change 11Metadata-Version: 2.4
22Name: blpapi
3- Version: 3.25.9 .1
3+ Version: 3.25.10 .1
44Summary: Python SDK for Bloomberg BLPAPI
55Home-page: http://www.bloomberglabs.com/api/
66Author: Bloomberg L.P.
Original file line number Diff line number Diff 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*/
287287PEXPRT void incref (PyObject * obj );
Original file line number Diff line number Diff line change 44
55from . 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
1111def print_version () -> None :
You can’t perform that action at this time.
0 commit comments