Version 0.2

This commit is contained in:
Simon
2012-12-20 00:31:55 +01:00
parent becce4facc
commit 06bdbec6d4
4 changed files with 5 additions and 5 deletions

View File

@@ -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.

View File

@@ -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).

View File

@@ -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',

View File

@@ -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