We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 785e58e commit 9acdce2Copy full SHA for 9acdce2
2 files changed
README
@@ -1,5 +1,5 @@
1
-Bloomberg Python API version 3.9
2
-================================
+Bloomberg Python API version 3.12
+=================================
3
4
This directory contains an interface for interacting with Bloomberg API
5
services using the Python programming language. This package is the source
setup.py
@@ -11,7 +11,7 @@
11
12
os.chdir(os.path.dirname(os.path.realpath(__file__)))
13
platform = plat.system().lower()
14
-versionString = '3.12.2'
+versionString = '3.12.3'
15
16
if version < '2.6':
17
raise Exception(
0 commit comments