diff --git a/CHANGES.md b/CHANGES.md index 600aacc..e6d6a9d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -92,4 +92,8 @@ Changelog ### 1.2.3 (2018-12-03) - * Bugfix: Ensured python2 strings were being correctly encoded \ No newline at end of file + * Bugfix: Ensured python2 strings were being correctly encoded + +### 1.2.4 (2019-03-27) + + * Bugfix: Maintain static import ordering diff --git a/setup.py b/setup.py index 60a5fdd..f3ecaf2 100755 --- a/setup.py +++ b/setup.py @@ -164,7 +164,7 @@ def run_tests(self): setup( name="pybloqs", - version="1.2.3", + version="1.2.4", author="Man AHL Technology", author_email="ManAHLTech@ahl.com", description="Data Visualization and Report Building",