Author: Manuel Jacob <[email protected]>
Branch: 
Changeset: r76353:706f110bc5ad
Date: 2015-03-12 15:47 +0100
http://bitbucket.org/pypy/pypy/changeset/706f110bc5ad/

Log:    Update version number in RPython documentation and copyright years
        for both RPython and PyPy.

        We don't really have versions for RPython, but showing version
        2.0-beta1 in the RPython documentation is confusing.

diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -58,7 +58,7 @@
 
 # General information about the project.
 project = u'PyPy'
-copyright = u'2014, The PyPy Project'
+copyright = u'2015, The PyPy Project'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py
--- a/rpython/doc/conf.py
+++ b/rpython/doc/conf.py
@@ -59,16 +59,16 @@
 
 # General information about the project.
 project = u'RPython'
-copyright = u'2013, The PyPy Project'
+copyright = u'2015, The PyPy Project'
 
 # The version info for the project you're documenting, acts as replacement for
 # |version| and |release|, also used in various other places throughout the
 # built documents.
 #
 # The short X.Y version.
-version = '2.0'
+version = '2.5'
 # The full version, including alpha/beta/rc tags.
-release = '2.0-beta1'
+release = '2.5.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to