Bump version

This commit is contained in:
Alvaro Mariano 2023-05-31 09:08:34 -03:00
parent 2246c0e616
commit a23eb5eca9
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Changelog
## 1.8.1
## 1.8.2
- Added the migration for verbose_name changes

View file

@ -8,6 +8,6 @@
"""
# PEP 386-compliant version number: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN]
__version__ = '1.8.1'
__version__ = '1.8.2'
default_app_config = 'notifications.apps.Config' # pylint: disable=invalid-name