From 9a5a7a0bfe4d40671ca29b51942eb5d29186feb4 Mon Sep 17 00:00:00 2001 From: Andrew Schonfeld Date: Thu, 7 Nov 2019 14:26:17 -0500 Subject: [PATCH] bumped version numbers to 1.3.5 --- CHANGES.md | 7 +++++++ docs/source/conf.py | 4 ++-- package.json | 4 ++-- setup.py | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 5a8a009d..69131540 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -46,3 +46,10 @@ Changelog ### 1.3.4 (2019-11-07) * updated correlation calculation to use `numpy.corrcoef` for performance purposes + * github rebranding from manahl -> man-group + +### 1.3.5 (2019-11-07) + + * Bug fixes for: + * duplicate loading of histogram data + * string serialization failing when mixing `future.str` & `str` in scatter function diff --git a/docs/source/conf.py b/docs/source/conf.py index 78355788..bc705229 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -63,9 +63,9 @@ # built documents. # # The short X.Y version. -version = u'1.3.4' +version = u'1.3.5' # The full version, including alpha/beta/rc tags. -release = u'1.3.4' +release = u'1.3.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/package.json b/package.json index c229bae0..f49df61c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "dtale", - "version": "1.3.3", - "description": "Numeric Data Viewer", + "version": "1.3.5", + "description": "All-purpose Data Viewer", "main": "main.js", "directories": { "test": "tests" diff --git a/setup.py b/setup.py index ce92dd76..e8f743a0 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,7 @@ def run_tests(self): setup( name="dtale", - version="1.3.4", + version="1.3.5", author="MAN Alpha Technology", author_email="ManAlphaTech@man.com", description="Web Client for Visualizing Pandas Objects",