Skip to content

Commit

Permalink
bumped version numbers to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Schonfeld committed Oct 24, 2019
1 parent 41e09e3 commit 0c4dbe1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,11 @@ Changelog
### 1.1.1 (2019-10-23)

* [#13](https://github.com/manahl/dtale/issues/13): fix for auto-detection of column widths for strings and floats

### 1.2.0 (2019-10-24)

* [#20](https://github.com/manahl/dtale/issues/13): fix for data being overriden with each new instance
* [#21](https://github.com/manahl/dtale/issues/13): fix for displaying timestamps if they exist
* calling `show()` now returns an object which can alter the state of a process
* accessing/altering state through the `data` property
* shutting down a process using the `kill()` function
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.1.1'
version = u'1.2.0'
# The full version, including alpha/beta/rc tags.
release = u'1.1.1'
release = u'1.2.0'

# 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.1.1",
"version": "1.2.0",
"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.1.1",
version="1.2.0",
author="MAN Alpha Technology",
author_email="[email protected]",
description="Web Client for Visualizing Pandas Objects",
Expand Down

0 comments on commit 0c4dbe1

Please sign in to comment.