From c85fda7111a50d0da4982aca7195ab8035c5a04e Mon Sep 17 00:00:00 2001 From: Simon Conseil Date: Sun, 5 Jun 2016 23:01:37 +0200 Subject: [PATCH] Bump 1.2.0 --- sigal/pkgmeta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sigal/pkgmeta.py b/sigal/pkgmeta.py index 651c4dd3..0fc9ac53 100644 --- a/sigal/pkgmeta.py +++ b/sigal/pkgmeta.py @@ -22,7 +22,7 @@ __title__ = 'sigal' __author__ = 'Simon Conseil' -__version__ = '1.1.0' +__version__ = '1.2.0' __license__ = 'MIT' __url__ = 'https://github.com/saimn/sigal' __all__ = ['__title__', '__author__', '__version__', '__license__', '__url__']