Skip to content

Commit 81578f4

Browse files
committed
Bumped version numbers 3.13.0
1 parent e65e30c commit 81578f4

File tree

6 files changed

+13
-8
lines changed

6 files changed

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

CHANGES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### 3.13.0 (2024-6-26)
4+
* [#868](https://github.com/man-group/dtale/issues/868): added toggle for missing/populated filter
5+
* [#864](https://github.com/man-group/dtale/issues/864): adding main_title params to `dtale.show`
6+
* front-end package upgrades
7+
38
### 3.12.0 (2024-4-30)
49
* [#851](https://github.com/man-group/dtale/issues/851): allowing offline_chart to return plotly objects
510
* [#847](https://github.com/man-group/dtale/issues/847): Add 'Select All' option for duplicate check UI
@@ -35,8 +40,8 @@
3540
* [#724](https://github.com/man-group/dtale/issues/724): updated logging to use a dedicated dtale logger when not invoking from CLI
3641
* [#822](https://github.com/man-group/dtale/issues/822): fixed bug with dataframe filters not being persisted to chart builder initially
3742
* [#816](https://github.com/man-group/dtale/issues/816): frequencies grid filtering
38-
* * front-end package upgrades (styled_components)
39-
* * adjusted Pillow dependency
43+
* front-end package upgrades (styled_components)
44+
* adjusted Pillow dependency
4045

4146
### 3.7.0 (2023-10-2)
4247
* Turn off "Custom Filter" functionality by default

docker/dtale.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION=3.12.0
1+
VERSION=3.13.0
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.12.0"
67+
version = "3.13.0"
6868
# The full version, including alpha/beta/rc tags.
69-
release = "3.12.0"
69+
release = "3.13.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.12.0",
3+
"version": "3.13.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.12.0",
75+
version="3.13.0",
7676
author="MAN Alpha Technology",
7777
author_email="[email protected]",
7878
description="Web Client for Visualizing Pandas Objects",

0 commit comments

Comments
 (0)