Skip to content

Commit

Permalink
bumped version numbers to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Schonfeld committed Nov 5, 2019
1 parent 9f57f40 commit d0d8be0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@ Changelog
* shutting down a process using the `kill()` function

### 1.3.0 (2019-10-29)

* `webbrowser` integration (the ability to automatically open a webbrowser upon calling `dtale.show()`)
* flag for hiding the "Shutdown" button for long-running demos
* "Instances" navigator popup for viewing all activate D-Tale instances for the current python process

### 1.3.1 (2019-10-29)

* fix for incompatible str types when directly altering state of data in running D-Tale instance

### 1.3.2 (2019-11-05)

* Bug fixes for:
* display of histogram column information
* reload of hidden "processes" input when loading instances data
* correlations json failures on string conversion
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.3.1'
version = u'1.3.2'
# The full version, including alpha/beta/rc tags.
release = u'1.3.1'
release = u'1.3.2'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtale",
"version": "1.3.1",
"version": "1.3.2",
"description": "Numeric Data Viewer",
"main": "main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run_tests(self):

setup(
name="dtale",
version="1.3.1",
version="1.3.2",
author="MAN Alpha Technology",
author_email="ManAlphaTech@man.com",
description="Web Client for Visualizing Pandas Objects",
Expand Down

0 comments on commit d0d8be0

Please sign in to comment.