summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Petrello <lists@ryanpetrello.com>2012-12-07 12:00:42 -0500
committerRyan Petrello <lists@ryanpetrello.com>2012-12-07 12:00:42 -0500
commit2c58651b043eb7261487be6bfa40e9d90d896a01 (patch)
treeb030f6adfbbcf028effd14ef9114b8917fd34df7
parent219ee9fd33233e8a422ec723fc1e3b2add740654 (diff)
parent9801f03a9973fa8f24d5a7c4fa885f67a99bfe72 (diff)
downloadpecan-2c58651b043eb7261487be6bfa40e9d90d896a01.tar.gz
Merge branch 'next'0.2.0b2
-rw-r--r--docs/source/conf.py4
-rw-r--r--setup.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index a80fd3a..c4dd75d 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -49,9 +49,9 @@ copyright = u'2010, Jonathan LaCour'
# built documents.
#
# The short X.Y version.
-version = '0.2.0b'
+version = '0.2.0b2'
# The full version, including alpha/beta/rc tags.
-release = '0.2.0b'
+release = '0.2.0b2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index cb3bb6a..e4356c9 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ import sys
from setuptools import setup, find_packages
from setuptools.command.test import test as TestCommand
-version = '0.2.0b'
+version = '0.2.0b2'
#
# determine requirements