summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2009-03-17 20:41:04 +0000
committerPauli Virtanen <pav@iki.fi>2009-03-17 20:41:04 +0000
commitb43084ee608d1351deaa458506b7f5430568f770 (patch)
treedaf86897489d6d6191c5de4cf83da6c12f0b48b2 /doc/source/conf.py
parente9ef18bde5772aee31356064ae73ba59caeb249c (diff)
downloadnumpy-b43084ee608d1351deaa458506b7f5430568f770.tar.gz
doc: update version info
Diffstat (limited to 'doc/source/conf.py')
-rw-r--r--doc/source/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index e5dac9023..553de1771 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -34,15 +34,15 @@ source_suffix = '.rst'
# General substitutions.
project = 'NumPy'
-copyright = '2008, The Scipy community'
+copyright = '2008-2009, The Scipy community'
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.2'
+version = '1.4.dev'
# The full version, including alpha/beta/rc tags.
-release = '1.2.dev'
+release = '1.4.dev'
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: