Version 1.4.0

This commit is contained in:
Simon Conseil
2018-02-20 00:07:53 +01:00
parent 10dc09999d
commit f6b3e4a843
2 changed files with 4 additions and 4 deletions

View File

@@ -2,10 +2,10 @@
Changelog
===========
Version 1.4.0.dev
~~~~~~~~~~~~~~~~~
Version 1.4.0
~~~~~~~~~~~~~
Released on 2018-xx-xx.
Released on 2018-02-20.
This is the last version supporting Python 2.

View File

@@ -22,7 +22,7 @@
__title__ = 'sigal'
__author__ = 'Simon Conseil'
__version__ = '1.3.0'
__version__ = '1.4.0'
__license__ = 'MIT'
__url__ = 'https://github.com/saimn/sigal'
__all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']