Skip to content

Commit

Permalink
bumped version numbers to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aschonfeld committed May 16, 2023
1 parent 139f703 commit b92f6a2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 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.15.2
VERSION: 2.16.0
PANDOC_RELEASES_URL: https://github.com/jgm/pandoc/releases
python_formatting: &python_formatting
parallelism: 1
Expand Down
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Changelog

### 2.16.0 (2023-5-16)
* [#759](https://github.com/man-group/dtale/issues/759): freeze header menu option
* Updated data_id storage to use strings rather than numbers
* Fixed bug where calling 'cleanup' didn't cleanup instance name reference

### 2.15.2 (2023-5-1)
* tweaked requirements for older versions of python

Expand All @@ -8,7 +13,7 @@
* requirement tweaks to werkzeug

### 2.15.0 (2023-4-28)
* https://github.com/man-group/dtale/issues/490: stratified random sample in charts
* [#490](https://github.com/man-group/dtale/issues/490): stratified random sample in charts
* Updated sklearn column_builders to handle import failures

### 2.14.4 (2023-4-19)
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.15.2
VERSION=2.16.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.15.2"
version = "2.16.0"
# The full version, including alpha/beta/rc tags.
release = "2.15.2"
release = "2.16.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.15.2",
"version": "2.16.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.15.2",
version="2.16.0",
author="MAN Alpha Technology",
author_email="ManAlphaTech@man.com",
description="Web Client for Visualizing Pandas Objects",
Expand Down

0 comments on commit b92f6a2

Please sign in to comment.