Skip to content

Commit edbe8bf

Browse files
author
github-actions
committed
v3.25.4.1
1 parent 8ceb166 commit edbe8bf

4 files changed

Lines changed: 12 additions & 6 deletions

File tree

PKG-INFO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Metadata-Version: 2.2
1+
Metadata-Version: 2.4
22
Name: blpapi
3-
Version: 3.25.3
3+
Version: 3.25.4.1
44
Summary: Python SDK for Bloomberg BLPAPI
55
Home-page: http://www.bloomberglabs.com/api/
66
Author: Bloomberg L.P.
@@ -16,5 +16,6 @@ Dynamic: author
1616
Dynamic: author-email
1717
Dynamic: classifier
1818
Dynamic: home-page
19+
Dynamic: license-file
1920
Dynamic: requires-python
2021
Dynamic: summary

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 3.25.4.1:
2+
===============
3+
- Stability and performance improvements
4+
15
Version 3.25.3:
26
===============
37
- Stability and performance improvements

src/blpapi.egg-info/PKG-INFO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Metadata-Version: 2.2
1+
Metadata-Version: 2.4
22
Name: blpapi
3-
Version: 3.25.3
3+
Version: 3.25.4.1
44
Summary: Python SDK for Bloomberg BLPAPI
55
Home-page: http://www.bloomberglabs.com/api/
66
Author: Bloomberg L.P.
@@ -16,5 +16,6 @@ Dynamic: author
1616
Dynamic: author-email
1717
Dynamic: classifier
1818
Dynamic: home-page
19+
Dynamic: license-file
1920
Dynamic: requires-python
2021
Dynamic: summary

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.3"
8-
__expected_cpp_sdk_version__ = "3.25.3"
7+
__version__ = "3.25.4.1"
8+
__expected_cpp_sdk_version__ = "3.25.4"
99

1010

1111
def print_version() -> None:

0 commit comments

Comments
 (0)