Skip to content

Commit

Permalink
v3.24.4
Browse files Browse the repository at this point in the history
  • Loading branch information
msitt committed Jun 27, 2024
1 parent c200da6 commit 1b36884
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
7 changes: 1 addition & 6 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
Metadata-Version: 2.1
Name: blpapi
Version: 3.24.2
Version: 3.24.4
Summary: Python SDK for Bloomberg BLPAPI
Home-page: http://www.bloomberglabs.com/api/
Author: Bloomberg L.P.
Author-email: [email protected]
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: Other/Proprietary License
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.8
License-File: License.txt

UNKNOWN

8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 3.24.4:
===============
- Stability and performance improvements

Version 3.24.3:
===============
- Stability and performance improvements

Version 3.24.2:
===============
- Stability and performance improvements
Expand Down
7 changes: 1 addition & 6 deletions src/blpapi.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,19 +1,14 @@
Metadata-Version: 2.1
Name: blpapi
Version: 3.24.2
Version: 3.24.4
Summary: Python SDK for Bloomberg BLPAPI
Home-page: http://www.bloomberglabs.com/api/
Author: Bloomberg L.P.
Author-email: [email protected]
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: License :: Other/Proprietary License
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.8
License-File: License.txt

UNKNOWN

1 change: 1 addition & 0 deletions src/blpapi.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ src/blpapi/message.py
src/blpapi/name.py
src/blpapi/names.py
src/blpapi/providersession.py
src/blpapi/py.typed
src/blpapi/request.py
src/blpapi/requesttemplate.py
src/blpapi/resolutionlist.py
Expand Down
Empty file added src/blpapi/py.typed
Empty file.
4 changes: 2 additions & 2 deletions src/blpapi/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

from . import versionhelper

__version__ = "3.24.2"
__expected_cpp_sdk_version__ = "3.24.2"
__version__ = "3.24.4"
__expected_cpp_sdk_version__ = "3.24.4"


def print_version() -> None:
Expand Down

0 comments on commit 1b36884

Please sign in to comment.