mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-21 02:41:55 +00:00
Bumped VERSION to 1.4.0 alpha
This commit is contained in:
parent
abc4c27f2a
commit
c0b55c297b
2 changed files with 6 additions and 1 deletions
|
|
@ -1,6 +1,11 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.4
|
||||
----
|
||||
|
||||
WIP
|
||||
|
||||
1.3
|
||||
-----
|
||||
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
"""
|
||||
|
||||
# PEP 386-compliant version number: N.N[.N]+[{a|b|c|rc}N[.N]+][.postN][.devN]
|
||||
__version__ = '1.3'
|
||||
__version__ = '1.4.0a'
|
||||
|
||||
default_app_config = 'notifications.apps.Config'
|
||||
|
|
|
|||
Loading…
Reference in a new issue