Skip to content

Commit 4638961

Browse files
author
Ramez Ashraf
committed
Changelog and version bump
1 parent 71a9459 commit 4638961

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
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 /
47

58
## [0.6.6]
69

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
master_doc = 'index'
2828

2929
# The full version, including alpha/beta/rc tags
30-
release = '0.6.6'
30+
release = '0.6.7'
3131

3232
# -- General configuration ---------------------------------------------------
3333

slick_reporting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = 'slick_reporting.apps.ReportAppConfig'
22

3-
VERSION = (0, 6, 6)
3+
VERSION = (0, 6, 7)
44

5-
__version__ = '0.6.6'
5+
__version__ = '0.6.7'

0 commit comments

Comments
 (0)