Skip to content

Commit

Permalink
Merge branch 'release/v0.4.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Nov 29, 2020
2 parents c8e175e + f5732df commit 2d7ea7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.4.2] - 2020-11-29

- Properly initialize Datepicker (#12 @squio)
- Use previous date-range for initialization if it exists


## [0.4.1] - 2020-11-26

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

## [0.2.8] - 2020-10-05
### Updated
- Fixed an error with ManyToOne Relation not being able to
get its verbose name
- Fixed an error with ManyToOne Relation not being able to get its verbose name (@mswastik)


## [0.2.7] - 2020-07-24
Expand Down
4 changes: 2 additions & 2 deletions slick_reporting/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

default_app_config = 'slick_reporting.apps.ReportAppConfig'

VERSION = (0, 4, 1)
VERSION = (0, 4, 2)

__version__ = '0.4.1'
__version__ = '0.4.2'

0 comments on commit 2d7ea7b

Please sign in to comment.