Skip to content

Commit 146ab8a

Browse files
committed
Bump version numbers to 3.17.0
1 parent 2a314b4 commit 146ab8a

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
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: 3.16.1
73+
VERSION: 3.17.0
7474
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
7575
python_formatting: &python_formatting
7676
parallelism: 1

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### 3.17.0 (2025-3-20)
4+
* [#905](https://github.com/man-group/dtale/issues/905): updates for dash 3.0.0
5+
* [#902](https://github.com/man-group/dtale/issues/902): fix text wrapping on row detail popup
6+
37
### 3.16.1 (2024-12-13)
48
* [#894](https://github.com/man-group/dtale/issues/894): updates to 'update-settings' endpoint for security
59

dash-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dtale",
3-
"version": "3.16.1",
3+
"version": "3.17.0",
44
"description": "Visualizer for Pandas Data Structures",
55
"main": "index.js",
66
"repository": {

docker/dtale.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=3.16.1
1+
VERSION=3.17.0
22
TZ=America/New_York

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656

5757
# General information about the project.
5858
project = "D-Tale"
59-
copyright = "2024, Man Alpha Technology"
59+
copyright = "2025, Man Alpha Technology"
6060
author = "Man Alpha Technology"
6161

6262
# The version info for the project you're documenting, acts as replacement for
6363
# |version| and |release|, also used in various other places throughout the
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "3.16.1"
67+
version = "3.17.0"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "3.16.1"
69+
release = "3.17.0"
7070

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

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dtale",
3-
"version": "3.16.1",
3+
"version": "3.17.0",
44
"description": "Visualizer for Pandas Data Structures",
55
"main": "main.js",
66
"directories": {

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def run_tests(self):
7272

7373
setup(
7474
name="dtale",
75-
version="3.16.1",
75+
version="3.17.0",
7676
author="MAN Alpha Technology",
7777
author_email="ManAlphaTech@man.com",
7878
description="Web Client for Visualizing Pandas Objects",

0 commit comments

Comments
 (0)