From 70e15558c2d1d6fd6a9e70716fb9810b13111cea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 10 Aug 2011 12:50:31 +0200 Subject: Bumped version to 3.1-beta0 --- doc/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/conf.py b/doc/conf.py index 7cdbcf3..f2e66a7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -12,6 +12,7 @@ # serve to show the default. import sys, os +import rsa # If extensions (or modules to document with autodoc) are in another directory, # add these directories to sys.path here. If the directory is relative to the @@ -51,9 +52,9 @@ copyright = u'2011, Sybren A. Stüvel' # built documents. # # The short X.Y version. -version = '3.0' +version = rsa.__version__ # The full version, including alpha/beta/rc tags. -release = '3.0' +release = rsa.__version__ # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit v1.2.1