Bumped VERSION to 1.4.0 alpha

This commit is contained in:
Federico Capoano 2018-02-19 15:36:19 +01:00
parent abc4c27f2a
commit c0b55c297b
2 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Changelog
=========
1.4
----
WIP
1.3
-----

View file

@ -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'