From f6b3e4a843c2be86c22c553b3d9211740ebda039 Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Tue, 20 Feb 2018 00:07:53 +0100 Subject: [PATCH] Version 1.4.0 --- docs/changelog.rst | 6 +++--- sigal/pkgmeta.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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__']