Skip to content

Commit

Permalink
bumped version numbers to 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Jan 31, 2024
1 parent 5fa9f20 commit 57faae4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
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.9.0
VERSION: 3.10.0
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
python_formatting: &python_formatting
parallelism: 1
Expand Down
9 changes: 8 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
## Changelog

### 3.9.0 (2023-11)
### 3.10.0 (2024-1-31)
* Updated front-end packages (namely redux)
* [#843](https://github.com/man-group/dtale/issues/843): Chart export background colors
* [#787](https://github.com/man-group/dtale/issues/787): force colab host to 0.0.0.0
* [#840](https://github.com/man-group/dtale/issues/840): hide 'View Duplicates' button until column is selected
* [#837](https://github.com/man-group/dtale/issues/837): frequency table search bug

### 3.9.0 (2024-1-5)
* Updated web data uploads to be turned off by default
* [#835](https://github.com/man-group/dtale/issues/835): fixed bug with `dtale.show(open_browser=True)`
* [#834](https://github.com/man-group/dtale/issues/834): fix for plotly tooltips in charts
Expand Down
2 changes: 1 addition & 1 deletion docker/dtale.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=3.9.0
VERSION=3.10.0
TZ=America/New_York
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@

# General information about the project.
project = "D-Tale"
copyright = "2023, Man Alpha Technology"
copyright = "2024, Man Alpha Technology"
author = "Man Alpha Technology"

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# The short X.Y version.
version = "3.9.0"
version = "3.10.0"
# The full version, including alpha/beta/rc tags.
release = "3.9.0"
release = "3.10.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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtale",
"version": "3.9.0",
"version": "3.10.0",
"description": "Visualizer for Pandas Data Structures",
"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 @@ -72,7 +72,7 @@ def run_tests(self):

setup(
name="dtale",
version="3.9.0",
version="3.10.0",
author="MAN Alpha Technology",
author_email="[email protected]",
description="Web Client for Visualizing Pandas Objects",
Expand Down

0 comments on commit 57faae4

Please sign in to comment.