From 06bdbec6d41c616f4e668144b289cf38b45f149d Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 20 Dec 2012 00:31:55 +0100 Subject: [PATCH] Version 0.2 --- docs/conf.py | 4 ++-- docs/index.rst | 2 +- setup.py | 2 +- sigal/__init__.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 92a8e42..d297091 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,9 +48,9 @@ copyright = u'2012, Simon Conseil' # built documents. # # The short X.Y version. -version = '0.1' +version = '0.2' # The full version, including alpha/beta/rc tags. -release = '0.1' +release = '0.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/index.rst b/docs/index.rst index a330220..faf0e72 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -128,7 +128,7 @@ Changelog Version 0.2 ~~~~~~~~~~~ -Released on 2012-12-xx. +Released on 2012-12-20. - Improve the bundled themes (update galleria, new colorbox theme). - Improve the CLI (new arguments, nicer output). diff --git a/setup.py b/setup.py index ea5e6fc..3906924 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ with open('README.rst') as f: setup( name='sigal', - version='0.1-dev', + version='0.2', url='https://github.com/saimn/sigal', license='MIT', author='Simon Conseil', diff --git a/sigal/__init__.py b/sigal/__init__.py index c66e74f..8d5116b 100644 --- a/sigal/__init__.py +++ b/sigal/__init__.py @@ -33,7 +33,7 @@ sigal is yet another python script to prepare a static gallery of images: from __future__ import absolute_import __author__ = "Simon Conseil" -__version__ = "0.1-dev" +__version__ = "0.2" __license__ = "MIT" import argparse