Author: Antonio Cuni <anto.c...@gmail.com>
Branch: release-pypy3.6-7.x
Changeset: r95891:e83543812df5
Date: 2019-02-08 11:32 +0100
http://bitbucket.org/pypy/pypy/changeset/e83543812df5/

Log:    fix the version :(

diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py
--- a/pypy/doc/conf.py
+++ b/pypy/doc/conf.py
@@ -71,9 +71,9 @@
 #    module/cpyext/include/patchlevel.h
 #
 # The short X.Y version.
-version = '7.1'
+version = '7.0'
 # The full version, including alpha/beta/rc tags.
-release = '7.1.0'
+release = '7.0.0'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to