Skip to content

Commit 2d7ea7b

Browse files
committed
Merge branch 'release/v0.4.2'
2 parents c8e175e + f5732df commit 2d7ea7b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 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.4.2] - 2020-11-29
5+
6+
- Properly initialize Datepicker (#12 @squio)
7+
- Use previous date-range for initialization if it exists
8+
9+
410
## [0.4.1] - 2020-11-26
511

612
- Bring back calculateTotalOnObjectArray (#11)
@@ -28,8 +34,7 @@ All notable changes to this project will be documented in this file.
2834

2935
## [0.2.8] - 2020-10-05
3036
### Updated
31-
- Fixed an error with ManyToOne Relation not being able to
32-
get its verbose name
37+
- Fixed an error with ManyToOne Relation not being able to get its verbose name (@mswastik)
3338

3439

3540
## [0.2.7] - 2020-07-24

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

6-
__version__ = '0.4.1'
6+
__version__ = '0.4.2'

0 commit comments

Comments
 (0)