Skip to content

Commit e79d198

Browse files
committed
Version bump
1 parent ca5517d commit e79d198

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [1.3.1] - 2024-06-16
6+
- Fix issue with Line Chart on highcharts engine
7+
- Reintroduce the stacking option on highcharts engine.
8+
- Fix issue with having different version of the same chart on the same page.
9+
- Enhanced the demo dashboard to show more capabilities regarding the charts.
10+
511
## [1.3.0] - 2023-11-08
612
- Implement Slick reporting media override feature + docs
713
- Add `Integrating reports into your Admin site` section to the docs

slick_reporting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = "slick_reporting.apps.ReportAppConfig"
22

3-
VERSION = (1, 3, 0)
3+
VERSION = (1, 3, 1)
44

5-
__version__ = "1.3.0"
5+
__version__ = "1.3.1"

0 commit comments

Comments
 (0)