[Jython-checkins] jython: Update version numbers for rc3.

frank.wierzbicki jython-checkins at python.org
Sat Jun 17 12:26:44 EDT 2017


https://hg.python.org/jython/rev/a5a06c9efdb6
changeset:   8109:a5a06c9efdb6
tag:         v2.7.1rc3
parent:      8103:d4cd06b8c8c7
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Sat Jun 17 16:24:44 2017 +0000
summary:
  Update version numbers for rc3.

files:
  README.txt |  4 ++--
  build.xml  |  6 +++---
  2 files changed, 5 insertions(+), 5 deletions(-)


diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,8 @@
 Jython: Python for the Java Platform
 
-Welcome to Jython 2.7.1 release candidate 2!
+Welcome to Jython 2.7.1 release candidate 3!
 
-This is the second release candidate of the 2.7.1 version of
+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
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.1rc2"/>
-        <property name="jython.version.noplus" value="2.7.1rc2"/>
+        <property name="jython.version" value="2.7.1rc3"/>
+        <property name="jython.version.noplus" value="2.7.1rc3"/>
         <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}"/>
         <!-- Usually zero, only used for alpha, beta and candidate versions
              where it must be greater than zero. -->
-        <property name="jython.release_serial" value="2"/>
+        <property name="jython.release_serial" value="3"/>
         <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