Skip to content

Commit

Permalink
bumped version numbers to 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Oct 2, 2023
1 parent 0454a23 commit 23f61fb
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -70,7 +70,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: 3.6.0
VERSION: 3.7.0
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
python_formatting: &python_formatting
parallelism: 1
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
@@ -1,5 +1,8 @@
## Changelog

### 3.7.0 (2023-10-2)
* Turn off "Custom Filter" functionality by default

### 3.6.0 (2023-9-29)
* [#804](https://github.com/man-group/dtale/issues/804): updated summarize code to string join using a pipe instead of comma
* [#805](https://github.com/man-group/dtale/issues/805): allow D-Tale to be run under HTTPS
Expand Down
2 changes: 1 addition & 1 deletion docker/dtale.env
@@ -1,2 +1,2 @@
VERSION=3.6.0
VERSION=3.7.0
TZ=America/New_York
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "3.6.0"
version = "3.7.0"
# The full version, including alpha/beta/rc tags.
release = "3.6.0"
release = "3.7.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 frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "dtale",
"version": "3.6.0",
"version": "3.7.0",
"description": "Visualizer for Pandas Data Structures",
"main": "main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -72,7 +72,7 @@ def run_tests(self):

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

0 comments on commit 23f61fb

Please sign in to comment.