From f14b1ea93878ac8dd5ec4c41c01ce38a8108ad63 Mon Sep 17 00:00:00 2001 From: Doug Bruce Date: Mon, 3 Dec 2018 13:35:21 +0000 Subject: [PATCH] Release version 1.2.3 --- CHANGES.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1efceee..600aacc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -90,3 +90,6 @@ Changelog * Bugfix: Added missing formatter arg for wkhtmltox failure logging +### 1.2.3 (2018-12-03) + + * Bugfix: Ensured python2 strings were being correctly encoded \ No newline at end of file diff --git a/setup.py b/setup.py index a486ebd..60a5fdd 100755 --- a/setup.py +++ b/setup.py @@ -164,7 +164,7 @@ def run_tests(self): setup( name="pybloqs", - version="1.2.2", + version="1.2.3", author="Man AHL Technology", author_email="ManAHLTech@ahl.com", description="Data Visualization and Report Building",