Skip to content

Commit

Permalink
Bumped version numbers 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Jun 26, 2024
1 parent e65e30c commit 81578f4
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ python_variables: &python_variables
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
CODECOV_TOKEN: b0d35139-0a75-427a-907b-2c78a762f8f0
VERSION: 3.12.0
VERSION: 3.13.0
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
python_formatting: &python_formatting
parallelism: 1
Expand Down
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 3.13.0 (2024-6-26)
* [#868](https://github.com/man-group/dtale/issues/868): added toggle for missing/populated filter
* [#864](https://github.com/man-group/dtale/issues/864): adding main_title params to `dtale.show`
* front-end package upgrades

### 3.12.0 (2024-4-30)
* [#851](https://github.com/man-group/dtale/issues/851): allowing offline_chart to return plotly objects
* [#847](https://github.com/man-group/dtale/issues/847): Add 'Select All' option for duplicate check UI
Expand Down Expand Up @@ -35,8 +40,8 @@
* [#724](https://github.com/man-group/dtale/issues/724): updated logging to use a dedicated dtale logger when not invoking from CLI
* [#822](https://github.com/man-group/dtale/issues/822): fixed bug with dataframe filters not being persisted to chart builder initially
* [#816](https://github.com/man-group/dtale/issues/816): frequencies grid filtering
* * front-end package upgrades (styled_components)
* * adjusted Pillow dependency
* front-end package upgrades (styled_components)
* adjusted Pillow dependency

### 3.7.0 (2023-10-2)
* Turn off "Custom Filter" functionality by default
Expand Down
2 changes: 1 addition & 1 deletion docker/dtale.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
VERSION=3.12.0
VERSION=3.13.0
TZ=America/New_York
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@
# built documents.
#
# The short X.Y version.
version = "3.12.0"
version = "3.13.0"
# The full version, including alpha/beta/rc tags.
release = "3.12.0"
release = "3.13.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtale",
"version": "3.12.0",
"version": "3.13.0",
"description": "Visualizer for Pandas Data Structures",
"main": "main.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def run_tests(self):

setup(
name="dtale",
version="3.12.0",
version="3.13.0",
author="MAN Alpha Technology",
author_email="ManAlphaTech@man.com",
description="Web Client for Visualizing Pandas Objects",
Expand Down

0 comments on commit 81578f4

Please sign in to comment.