Skip to content

Commit ddff3c8

Browse files
committed
bumped version numbers to 2.4.0
1 parent ccb0285 commit ddff3c8

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

Diff for: .circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ python_variables: &python_variables
7070
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
7171
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
7272
CODECOV_TOKEN: b0d35139-0a75-427a-907b-2c78a762f8f0
73-
VERSION: 2.3.0
73+
VERSION: 2.4.0
7474
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
7575
RUN_BLACK: true
7676
python: &python

Diff for: CHANGES.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Changelog
22

3+
### 2.4.0 (2022-5-8)
4+
* [#665](https://github.com/man-group/dtale/issues/665): removed dependency on ppscore and unpinned sklearn
5+
36
### 2.3.0 (2022-5-3)
47
* Added the ability to export correlations or PPS heatmaps to PNG
58
* [#653](https://github.com/man-group/dtale/issues/653): added "__version__" entry to dtale module

Diff for: docker/dtale.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=2.3.0
1+
VERSION=2.4.0
22
TZ=America/New_York

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = u"2.3.0"
67+
version = u"2.4.0"
6868
# The full version, including alpha/beta/rc tags.
69-
release = u"2.3.0"
69+
release = u"2.4.0"
7070

7171
# The language for content autogenerated by Sphinx. Refer to documentation
7272
# for a list of supported languages.

Diff for: frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dtale",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
44
"description": "Visualizer for Pandas Data Structures",
55
"main": "main.js",
66
"directories": {

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ def run_tests(self):
7474

7575
setup(
7676
name="dtale",
77-
version="2.3.0",
77+
version="2.4.0",
7878
author="MAN Alpha Technology",
7979
author_email="[email protected]",
8080
description="Web Client for Visualizing Pandas Objects",

0 commit comments

Comments
 (0)