Skip to content

Commit c04ee4d

Browse files
committed
Version bump
1 parent 0afdd94 commit c04ee4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
## [unreleased]
5+
## [0.9.0] - 2023-06-07
66

77
- Deprecated ``form_factory`` in favor of ``forms``, to be removed next version.
88
- Deprecated `crosstab_model` in favor of ``crosstab_field``, to be removed next version.

slick_reporting/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
default_app_config = "slick_reporting.apps.ReportAppConfig"
22

3-
VERSION = (0, 8, 0)
3+
VERSION = (0, 9, 0)
44

5-
__version__ = "0.8.0"
5+
__version__ = "0.9.0"

0 commit comments

Comments
 (0)