Skip to content

Commit

Permalink
Merge branch 'release/v0.5.8'
Browse files Browse the repository at this point in the history
  • Loading branch information
RamezIssac committed Apr 8, 2021
2 parents b389234 + f62e396 commit 04598fc
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ python:
- "3.8"

env:
- DJANGO=django==2.2.17
- DJANGO=django==3.0.11
- DJANGO=django==3.1.4
- DJANGO=django==2.2.20
- DJANGO=django==3.1.8
- DJANGO=django==3.2


# command to install dependencies
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## [0.5.8]

- Fix compatibility with Django 3.2

## [0.5.7]

- Add ability to refer to related fields in a group by report(@jrutila)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
master_doc = 'index'

# The full version, including alpha/beta/rc tags
release = '0.5.7'
release = '0.5.8'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ classifiers =
Framework :: Django
Framework :: Django :: 2.2
Framework :: Django :: 3.0
Framework :: Django :: 3.1
Framework :: Django :: 3.2
Intended Audience :: Developers
Development Status :: 5 - Production/Stable
License :: OSI Approved :: BSD License
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, 5, 7)
VERSION = (0, 5, 8)

__version__ = '0.5.7'
__version__ = '0.5.8'

0 comments on commit 04598fc

Please sign in to comment.