Skip to content

Commit 1295146

Browse files
committed
Bumped version numbers ton 3.18.2
1 parent b156255 commit 1295146

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
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.18.1
73+
VERSION: 3.18.2
7474
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
7575
python_formatting: &python_formatting
7676
parallelism: 1

CHANGES.md

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

3+
### 3.18.2 (2025-7-28)
4+
* [#920](https://github.com/man-group/dtale/issues/920): support for arcticdb libraries with '/' character in name
5+
36
### 3.18.1 (2025-7-28)
47
* [#916](https://github.com/man-group/dtale/issues/916): removed pkg_resources imports
58

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.18.1",
3+
"version": "3.18.2",
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.18.1
1+
VERSION=3.18.2
22
TZ=America/New_York

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
# built documents.
6565
#
6666
# The short X.Y version.
67-
version = "3.18.1"
67+
version = "3.18.2"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "3.18.1"
69+
release = "3.18.2"
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.18.1",
3+
"version": "3.18.2",
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
@@ -25,7 +25,7 @@ def read_file(path):
2525

2626
setup(
2727
name="dtale",
28-
version="3.18.1",
28+
version="3.18.2",
2929
author="MAN Alpha Technology",
3030
author_email="ManAlphaTech@man.com",
3131
description="Web Client for Visualizing Pandas Objects",

0 commit comments

Comments
 (0)