From b9e925fa70bf17de526406a5b23bb49401afe9ea Mon Sep 17 00:00:00 2001 From: Ramez Ashraf Date: Tue, 24 Jan 2023 07:53:37 +0200 Subject: [PATCH] Version bump --- docs/requirements.txt | 2 +- docs/source/conf.py | 2 +- slick_reporting/__init__.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index eded4f2..f0ffece 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ sphinx==4.2.0 sphinx_rtd_theme==1.0.0 readthedocs-sphinx-search==0.1.1 -django-slick-reporting==0.6.3 \ No newline at end of file +django-slick-reporting==0.6.4 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 36ae840..f358cdd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ master_doc = 'index' # The full version, including alpha/beta/rc tags -release = '0.6.3' +release = '0.6.4' # -- General configuration --------------------------------------------------- diff --git a/slick_reporting/__init__.py b/slick_reporting/__init__.py index 928efe3..b012eb3 100644 --- a/slick_reporting/__init__.py +++ b/slick_reporting/__init__.py @@ -1,5 +1,5 @@ default_app_config = 'slick_reporting.apps.ReportAppConfig' -VERSION = (0, 6, 3) +VERSION = (0, 6, 4) -__version__ = '0.6.3' +__version__ = '0.6.4'