We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38cc0a1 commit 5e6e555Copy full SHA for 5e6e555
CHANGES.md
@@ -92,4 +92,8 @@ Changelog
92
93
### 1.2.3 (2018-12-03)
94
95
- * Bugfix: Ensured python2 strings were being correctly encoded
+ * Bugfix: Ensured python2 strings were being correctly encoded
96
+
97
+### 1.2.4 (2019-03-27)
98
99
+ * Bugfix: Maintain static import ordering
setup.py
@@ -164,7 +164,7 @@ def run_tests(self):
164
165
setup(
166
name="pybloqs",
167
- version="1.2.3",
+ version="1.2.4",
168
author="Man AHL Technology",
169
author_email="[email protected]",
170
description="Data Visualization and Report Building",
0 commit comments