Skip to content

Commit b19b5c5

Browse files
author
github-actions
committed
v3.25.9.1
1 parent 5b24299 commit b19b5c5

4 files changed

Lines changed: 14 additions & 4 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.8.1
3+
Version: 3.25.9.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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 3.25.9.1:
2+
=================
3+
- Pre-resolved topics no longer supported
4+
The usage of pre-resolved topics is no longer supported.
5+
Topics specified as already resolved using the
6+
`SubscriptionList::addResolved` interface will now
7+
follow the normal resolution process.
8+
9+
- Stability and performance improvements
10+
111
Version 3.25.8.1:
212
=================
313
- Stability and performance improvements

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.8.1
3+
Version: 3.25.9.1
44
Summary: Python SDK for Bloomberg BLPAPI
55
Home-page: http://www.bloomberglabs.com/api/
66
Author: Bloomberg L.P.

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.8.1"
8-
__expected_cpp_sdk_version__ = "3.25.8"
7+
__version__ = "3.25.9.1"
8+
__expected_cpp_sdk_version__ = "3.25.9"
99

1010

1111
def print_version() -> None:

0 commit comments

Comments
 (0)