Skip to content

Commit

Permalink
bumped version numbers to 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed Apr 10, 2023
1 parent 343686b commit 48af15f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 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: 2.13.0
VERSION: 2.14.0
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
RUN_BLACK: true
python: &python
Expand Down
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## Changelog

### 2.14.0 (2023-4-10)
* [#748](https://github.com/man-group/dtale/issues/748): update auto-generated column deletion code
* [#746](https://github.com/man-group/dtale/issues/746): editing cells while filtering
* [#743](https://github.com/man-group/dtale/issues/743): passing a list of columns to 'allow_cell_edits'
* [#742](https://github.com/man-group/dtale/issues/742): custom edit options bug
* updates for pandas 2.0.0
* bump redis & replace node-sass with sass

### 2.13.0 (2023-3-3)
* [#685](https://github.com/man-group/dtale/issues/685): Histogram chart builder
* [#730](https://github.com/man-group/dtale/issues/730): fix for exporting charts with multiple y-axis
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=2.13.0
VERSION=2.14.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 = "2.13.0"
version = "2.14.0"
# The full version, including alpha/beta/rc tags.
release = "2.13.0"
release = "2.14.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": "2.13.0",
"version": "2.14.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="2.13.0",
version="2.14.0",
author="MAN Alpha Technology",
author_email="[email protected]",
description="Web Client for Visualizing Pandas Objects",
Expand Down

0 comments on commit 48af15f

Please sign in to comment.