We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71a9459 commit 4638961Copy full SHA for 4638961
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
All notable changes to this project will be documented in this file.
4
+## [0.6.7]
5
+
6
+- Fix issue with `ReportField` when it has a `requires` in time series and crosstab reports /
7
8
## [0.6.6]
9
docs/source/conf.py
@@ -27,7 +27,7 @@
27
master_doc = 'index'
28
29
# The full version, including alpha/beta/rc tags
30
-release = '0.6.6'
+release = '0.6.7'
31
32
# -- General configuration ---------------------------------------------------
33
slick_reporting/__init__.py
@@ -1,5 +1,5 @@
default_app_config = 'slick_reporting.apps.ReportAppConfig'
-VERSION = (0, 6, 6)
+VERSION = (0, 6, 7)
-__version__ = '0.6.6'
+__version__ = '0.6.7'
0 commit comments