[pypy-commit] pypy default: update the version number (technically we're 1.8-pre or something now, but this is at least *more* accureate)

alex_gaynor noreply at buildbot.pypy.org
Sun Dec 11 01:10:33 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r50361:16f29d272911
Date: 2011-12-10 19:05 -0500
http://bitbucket.org/pypy/pypy/changeset/16f29d272911/

Log:	update the version number (technically we're 1.8-pre or something
	now, but this is at least *more* accureate)

diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -45,9 +45,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '1.6'
+version = '1.7'
 # The full version, including alpha/beta/rc tags.
-release = '1.6'
+release = '1.7'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.


More information about the pypy-commit mailing list