mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Release v3.2.0
This commit is contained in:
parent
8b12e33e69
commit
a751ffa5e3
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Unreleased
|
Version 3.2.0
|
||||||
----------
|
-------------
|
||||||
* Remove deprecated Piwik integration. Use Matomo instead! (Peter Bittner)
|
* Remove deprecated Piwik integration. Use Matomo instead! (Peter Bittner)
|
||||||
* Migrate packaging from setup.py to pyproject.toml with Ruff for linting
|
* Migrate packaging from setup.py to pyproject.toml with Ruff for linting
|
||||||
and formatting (Peter Bittner)
|
and formatting (Peter Bittner)
|
||||||
|
|
|
||||||
|
|
@ -2,4 +2,4 @@
|
||||||
Analytics service integration for Django projects.
|
Analytics service integration for Django projects.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = '3.2.0.dev0'
|
__version__ = '3.2.0'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue