From 26814c9d6710d5b2465d0d14372106a2a6024147 Mon Sep 17 00:00:00 2001 From: Ramez Ashraf Date: Mon, 25 Sep 2023 20:36:39 +0300 Subject: [PATCH] add changelog & version bump --- CHANGELOG.md | 8 ++++---- slick_reporting/__init__.py | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a20d963..177c64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ # Changelog All notable changes to this project will be documented in this file. -## [1.1.1] - -- Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization -- Fix issue with chartjs not being loaded -- Enhance Font Awesome mapping by adding it to the settings + +## [1.1.1] - 2023-09-25 +- Change settings to be a dict , adding support JQUERY_URL and FONT AWESOME customization #79 & #81 +- Fix issue with chartjs not being loaded #80 - Remove `SLICK_REPORTING_FORM_MEDIA` ## [1.1.0] - diff --git a/slick_reporting/__init__.py b/slick_reporting/__init__.py index d862c93..1c16be3 100644 --- a/slick_reporting/__init__.py +++ b/slick_reporting/__init__.py @@ -1,5 +1,5 @@ default_app_config = "slick_reporting.apps.ReportAppConfig" -VERSION = (1, 1, 0) +VERSION = (1, 1, 1) -__version__ = "1.1.0" +__version__ = "1.1.1"