From 1fcf10878e7a352fd1d3b95ac8e1a78195907ce4 Mon Sep 17 00:00:00 2001 From: cslocum Date: Wed, 2 Apr 2014 20:19:12 +0000 Subject: update version string in stwcs docs git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/tags/release_1.1.2@30797 fe389314-cf27-0410-b35b-8c050e845b92 --- doc/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 65ab76f..fe06f01 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -46,9 +46,9 @@ copyright = u'2010, Nadia Dencheva, Warren Hack' # built documents. # # The short X.Y version. -version = '0.8' +version = '1.1.2' # The full version, including alpha/beta/rc tags. -release = '2011.xx' +release = '1.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- cgit