From 73761b0958eb5eb263610b59968e54387b40dbcc Mon Sep 17 00:00:00 2001 From: Ramez Issac Date: Sun, 22 Nov 2020 19:45:06 +0200 Subject: [PATCH] Update change log --- docs/source/conf.py | 2 +- slick_reporting/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 14ab01c..127ccba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ master_doc = 'index' # The full version, including alpha/beta/rc tags -release = '0.2.7' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/slick_reporting/__init__.py b/slick_reporting/__init__.py index 3026dce..781845d 100644 --- a/slick_reporting/__init__.py +++ b/slick_reporting/__init__.py @@ -1,6 +1,6 @@ default_app_config = 'slick_reporting.apps.ReportAppConfig' -VERSION = (0, 2, 9) +VERSION = (0, 3, 0) -__version__ = '0.2.9' +__version__ = '0.3.0'