diff --git a/docs/changelog.rst b/docs/changelog.rst index 6be86e4..5803857 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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. diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index a221cdd..2f7ff28 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -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__']