File tree 6 files changed +9
-6
lines changed
6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ python_variables: &python_variables
70
70
CIRCLE_ARTIFACTS : /tmp/circleci-artifacts
71
71
CIRCLE_TEST_REPORTS : /tmp/circleci-test-results
72
72
CODECOV_TOKEN : b0d35139-0a75-427a-907b-2c78a762f8f0
73
- VERSION : 3.16.0
73
+ VERSION : 3.16.1
74
74
PANDOC_RELEASES_URL : https://github.com/jgm/pandoc/releases
75
75
python_formatting : &python_formatting
76
76
parallelism : 1
Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ### 3.16.1 (2024-12-13)
4
+ * [ #894 ] ( https://github.com/man-group/dtale/issues/894 ) : updates to 'update-settings' endpoint for security
5
+
3
6
### 3.16.0 (2024-12-3)
4
7
* [ #891 ] ( https://github.com/man-group/dtale/issues/891 ) : row details popup
5
8
* front-end package updates
Original file line number Diff line number Diff line change 1
- VERSION = 3.16.0
1
+ VERSION = 3.16.1
2
2
TZ = America/New_York
Original file line number Diff line number Diff line change 64
64
# built documents.
65
65
#
66
66
# The short X.Y version.
67
- version = "3.16.0 "
67
+ version = "3.16.1 "
68
68
# The full version, including alpha/beta/rc tags.
69
- release = "3.16.0 "
69
+ release = "3.16.1 "
70
70
71
71
# The language for content autogenerated by Sphinx. Refer to documentation
72
72
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dtale" ,
3
- "version" : " 3.16.0 " ,
3
+ "version" : " 3.16.1 " ,
4
4
"description" : " Visualizer for Pandas Data Structures" ,
5
5
"main" : " main.js" ,
6
6
"directories" : {
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def run_tests(self):
72
72
73
73
setup (
74
74
name = "dtale" ,
75
- version = "3.16.0 " ,
75
+ version = "3.16.1 " ,
76
76
author = "MAN Alpha Technology" ,
77
77
78
78
description = "Web Client for Visualizing Pandas Objects" ,
You can’t perform that action at this time.
0 commit comments