aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-10 21:04:23 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-10 21:04:23 -0300
commite40e8e6f3a422503e06581fa39c2012b4881ed8d (patch)
tree0cf1cefb973eabb4ddfbb0a3efbbc04e2e885c11
parentsmall doc fixes (diff)
downloadg-octave-e40e8e6f3a422503e06581fa39c2012b4881ed8d.tar.gz
g-octave-e40e8e6f3a422503e06581fa39c2012b4881ed8d.tar.bz2
g-octave-e40e8e6f3a422503e06581fa39c2012b4881ed8d.zip
version bump; preparing to release0.2_rc1
-rw-r--r--docs/conf.py4
-rw-r--r--g_octave/__init__.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c78a9b9..f470b89 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -45,9 +45,9 @@ copyright = u'2010, Rafael Goncalves Martins'
# 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_rc1'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/g_octave/__init__.py b/g_octave/__init__.py
index d53227a..f1fa131 100644
--- a/g_octave/__init__.py
+++ b/g_octave/__init__.py
@@ -32,4 +32,4 @@ __url__ = 'http://g-octave.rafaelmartins.eng.br/'
__copyright__ = '(c) 2009-2010 %s' % __author__
__license__ = 'GPLv2'
-__version__ = '0.1'
+__version__ = '0.2_rc1'