Skip to content

Commit 3bb7475

Browse files
committed
v0.2.8
1 parent 8530e04 commit 3bb7475

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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.8] - 2020-10-05
5+
### Updated
6+
- Fixed an error with ManyToOne Relation not being able to
7+
get its verbose name
8+
9+
410
## [0.2.7] - 2020-07-24
511
### Updates
612
- Bring back crosstab capability

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, 7)
4+
VERSION = (0, 2, 8)
55

6-
__version__ = '0.2.7'
6+
__version__ = '0.2.8'

0 commit comments

Comments
 (0)