Skip to content

Commit 612bdb0

Browse files
committed
Merge branch 'release/v0.2.7'
2 parents de5d19f + b542eac commit 612bdb0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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+
410
## [0.2.6] - 2020-06-06
511
### Added
612

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
master_doc = 'index'
2525

2626
# The full version, including alpha/beta/rc tags
27-
release = '0.1.3'
27+
release = '0.2.7'
2828

2929
# -- General configuration ---------------------------------------------------
3030

slick_reporting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
default_app_config = 'slick_reporting.apps.ReportAppConfig'
33

4-
VERSION = (0, 2, 6)
4+
VERSION = (0, 2, 7)
55

6-
__version__ = '0.2.6'
6+
__version__ = '0.2.7'

0 commit comments

Comments
 (0)