File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.2.7] - 2020-07-24
5
+ ### Updates
6
+ - Bring back crosstab capability
7
+ - Rename ` quan ` to the more verbose ` quantity `
8
+ - Minor enhancements around templates
9
+
4
10
## [ 0.2.6] - 2020-06-06
5
11
### Added
6
12
Original file line number Diff line number Diff line change 24
24
master_doc = 'index'
25
25
26
26
# The full version, including alpha/beta/rc tags
27
- release = '0.1.3 '
27
+ release = '0.2.7 '
28
28
29
29
# -- General configuration ---------------------------------------------------
30
30
Original file line number Diff line number Diff line change 1
1
2
2
default_app_config = 'slick_reporting.apps.ReportAppConfig'
3
3
4
- VERSION = (0 , 2 , 6 )
4
+ VERSION = (0 , 2 , 7 )
5
5
6
- __version__ = '0.2.6 '
6
+ __version__ = '0.2.7 '
You can’t perform that action at this time.
0 commit comments