File tree Expand file tree Collapse file tree 7 files changed +10
-7
lines changed
Expand file tree Collapse file tree 7 files changed +10
-7
lines changed Original file line number Diff line number Diff 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.19.0
73+ VERSION : 3.19.1
7474 PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
7575python_formatting : &python_formatting
7676 parallelism : 1
Original file line number Diff line number Diff line change 11## Changelog
22
3+ ### 3.19.1 (2026-1-28)
4+ * [ #926 ] ( https://github.com/man-group/dtale/issues/926 ) : additional updates to kurtosis labeling
5+
36### 3.19.0 (2026-1-27)
47* [ #926 ] ( https://github.com/man-group/dtale/issues/926 ) : updates to kurtosis labeling on frontend
58* Updates for pandas 3
Original file line number Diff line number Diff line change 11{
22 "name" : " dtale" ,
3- "version" : " 3.19.0 " ,
3+ "version" : " 3.19.1 " ,
44 "description" : " Visualizer for Pandas Data Structures" ,
55 "main" : " index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change 1- VERSION = 3.19.0
1+ VERSION = 3.19.1
22TZ = America/New_York
Original file line number Diff line number Diff line change 6464# built documents.
6565#
6666# The short X.Y version.
67- version = "3.19.0 "
67+ version = "3.19.1 "
6868# The full version, including alpha/beta/rc tags.
69- release = "3.19.0 "
69+ release = "3.19.1 "
7070
7171# The language for content autogenerated by Sphinx. Refer to documentation
7272# for a list of supported languages.
Original file line number Diff line number Diff line change 11{
22 "name" : " dtale" ,
3- "version" : " 3.19.0 " ,
3+ "version" : " 3.19.1 " ,
44 "description" : " Visualizer for Pandas Data Structures" ,
55 "main" : " main.js" ,
66 "directories" : {
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ def read_file(path):
2525
2626setup (
2727 name = "dtale" ,
28- version = "3.19.0 " ,
28+ version = "3.19.1 " ,
2929 author = "MAN Alpha Technology" ,
3030 author_email = "ManAlphaTech@man.com" ,
3131 description = "Web Client for Visualizing Pandas Objects" ,
You can’t perform that action at this time.
0 commit comments