From 5e6e555396bf09c2e055ae412722472aa9bd52ad Mon Sep 17 00:00:00 2001 From: "Dodds, Matthew (London)" Date: Wed, 27 Mar 2019 13:17:01 +0000 Subject: [PATCH] Release version 1.2.4 --- CHANGES.md | 6 +++++- setup.py | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) 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",