[Jython-checkins] jython: Update versions for 2.7.1 release.

frank.wierzbicki jython-checkins at python.org
Fri Jun 30 14:58:44 EDT 2017


https://hg.python.org/jython/rev/ccc6190fb2aa
changeset:   8113:ccc6190fb2aa
parent:      8111:b6e989b788d5
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Fri Jun 30 18:55:40 2017 +0000
summary:
  Update versions for 2.7.1 release.

files:
  README.txt |  15 +++++++--------
  build.xml  |   8 ++++----
  2 files changed, 11 insertions(+), 12 deletions(-)


diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,14 +1,13 @@
 Jython: Python for the Java Platform
 
-Welcome to Jython 2.7.1 release candidate 3!
+Welcome to Jython 2.7.1!
 
-This is the third release candidate of the 2.7.1 version of
-Jython. Along with language and runtime compatibility with CPython
-2.7, Jython 2.7 provides substantial support of the Python
-ecosystem. This includes built-in support of pip/setuptools (you can
-use with bin/pip) and a native launcher for Windows (bin/jython.exe),
-with the implication that you can finally install Jython scripts on
-Windows.
+This is the final release of the 2.7.1 version of Jython. Along with
+language and runtime compatibility with CPython 2.7, Jython 2.7
+provides substantial support of the Python ecosystem. This includes
+built-in support of pip/setuptools (you can use with bin/pip) and a
+native launcher for Windows (bin/jython.exe), with the implication
+that you can finally install Jython scripts on Windows.
 
 **Note that if you have JYTHON_HOME set, you should unset it to avoid
 problems with the installer and pip/setuptools.**
diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -84,15 +84,15 @@
         <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA -->
 
         <!-- The current version info -->
-        <property name="jython.version" value="2.7.1rc3"/>
-        <property name="jython.version.noplus" value="2.7.1rc3"/>
+        <property name="jython.version" value="2.7.1"/>
+        <property name="jython.version.noplus" value="2.7.1"/>
         <property name="jython.major_version" value="2"/>
         <property name="jython.minor_version" value="7"/>
         <property name="jython.micro_version" value="1"/>
-        <property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/>
+        <property name="jython.release_level" value="${PY_RELEASE_LEVEL_FINAL}"/>
         <!-- Usually zero, only used for alpha, beta and candidate versions
              where it must be greater than zero. -->
-        <property name="jython.release_serial" value="3"/>
+        <property name="jython.release_serial" value="0"/>
         <property name="jython.java.version" value="1.7"/>
 
         <condition property="do.snapshot.build">

-- 
Repository URL: https://hg.python.org/jython


More information about the Jython-checkins mailing list