From 7c5099e95b72d5ed4d1babfaf4d3eb18e9caf39e Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Fri, 31 Aug 2012 02:25:18 -0400 Subject: [PATCH] release/0.1 --- docs/conf.py | 2 +- earwigbot/__init__.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 314e93e..bd18ce3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,7 +50,7 @@ copyright = u'2009, 2010, 2011, 2012 Ben Kurtovic' # The short X.Y version. version = '0.1' # The full version, including alpha/beta/rc tags. -release = '0.1.dev' +release = '0.1' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/earwigbot/__init__.py b/earwigbot/__init__.py index 96e227f..696ce3f 100644 --- a/earwigbot/__init__.py +++ b/earwigbot/__init__.py @@ -32,9 +32,9 @@ details. This documentation is also available `online __author__ = "Ben Kurtovic" __copyright__ = "Copyright (C) 2009, 2010, 2011, 2012 Ben Kurtovic" __license__ = "MIT License" -__version__ = "0.1.dev" +__version__ = "0.1" __email__ = "ben.kurtovic@verizon.net" -__release__ = False +__release__ = True if not __release__: def _get_git_commit_id():