We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0afdd94 commit c04ee4dCopy full SHA for c04ee4d
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [unreleased]
+## [0.9.0] - 2023-06-07
6
7
- Deprecated ``form_factory`` in favor of ``forms``, to be removed next version.
8
- Deprecated `crosstab_model` in favor of ``crosstab_field``, to be removed next version.
slick_reporting/__init__.py
@@ -1,5 +1,5 @@
1
default_app_config = "slick_reporting.apps.ReportAppConfig"
-VERSION = (0, 8, 0)
+VERSION = (0, 9, 0)
-__version__ = "0.8.0"
+__version__ = "0.9.0"
0 commit comments