Skip to content

Commit

Permalink
Merge branch 'release/v0.6.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Dec 11, 2021
2 parents 07159b3 + f8848ef commit 2ee433a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## [0.6.3]

- Change the deprecated in Django 4 `request.is_ajax` .

## [0.6.2]

- Fix an issue with time series calculating first day of the month to be of the previous month #46
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
master_doc = 'index'

# The full version, including alpha/beta/rc tags
release = '0.6.2'
release = '0.6.3'

# -- General configuration ---------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions slick_reporting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_app_config = 'slick_reporting.apps.ReportAppConfig'

VERSION = (0, 6, 2)
VERSION = (0, 6, 3)

__version__ = '0.6.2'
__version__ = '0.6.3'

0 comments on commit 2ee433a

Please sign in to comment.