From 638c466d91413f858aef3c43e2d6f9b3b70a58d6 Mon Sep 17 00:00:00 2001 From: Andrew Schonfeld Date: Wed, 3 Nov 2021 22:38:58 -0400 Subject: [PATCH] bumped version numbers to 1.60.2 --- .circleci/config.yml | 2 +- CHANGES.md | 3 +++ docker/dtale.env | 2 +- docs/source/conf.py | 4 ++-- package.json | 2 +- setup.py | 2 +- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3b8e3c63..384489a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,7 +64,7 @@ python_variables: &python_variables CIRCLE_ARTIFACTS: /tmp/circleci-artifacts CIRCLE_TEST_REPORTS: /tmp/circleci-test-results CODECOV_TOKEN: b0d35139-0a75-427a-907b-2c78a762f8f0 - VERSION: 1.60.1 + VERSION: 1.60.2 PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases RUN_BLACK: true python: &python diff --git a/CHANGES.md b/CHANGES.md index 19aec1b9..29d684af 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ ## Changelog +### 1.60.2 (2021-11-3) +* [#594](https://github.com/man-group/dtale/issues/594): fix for editing cells while using redislite + ### 1.60.1 (2021-10-31) * updates for "Time Series Analysis" with aggregation diff --git a/docker/dtale.env b/docker/dtale.env index ab550279..1f44ed41 100644 --- a/docker/dtale.env +++ b/docker/dtale.env @@ -1,2 +1,2 @@ -VERSION=1.60.1 +VERSION=1.60.2 TZ=America/New_York \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 24f2af99..0b6d009a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = u"1.60.1" +version = u"1.60.2" # The full version, including alpha/beta/rc tags. -release = u"1.60.1" +release = u"1.60.2" # 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 250e5c14..77c28be1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dtale", - "version": "1.60.1", + "version": "1.60.2", "description": "Visualizer for Pandas Data Structures", "main": "main.js", "directories": { diff --git a/setup.py b/setup.py index d3f8d2d5..935fd53a 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ def run_tests(self): setup( name="dtale", - version="1.60.1", + version="1.60.2", author="MAN Alpha Technology", author_email="ManAlphaTech@man.com", description="Web Client for Visualizing Pandas Objects",