[Jython-checkins] jython: Prepare for 2.7rc1.

frank.wierzbicki jython-checkins at python.org
Sun Mar 22 05:27:20 CET 2015


https://hg.python.org/jython/rev/d9660aa5cc8a
changeset:   7631:d9660aa5cc8a
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Sun Mar 22 04:27:25 2015 +0000
summary:
  Prepare for 2.7rc1.

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


diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,16 +1,13 @@
-Welcome to Jython 2.7b4
+Welcome to Jython 2.7rc1
 =======================
 
-This is the fourth beta release of the 2.7 version of Jython. Thanks to
-Amobee (http://www.amobee.com/) for sponsoring this release.
-Thanks to all who contribute to Jython.
+This is the first release candidate of the 2.7 version of Jython. Thanks to
+Amobee (http://www.amobee.com/) for sponsoring this release.  Thanks to all who
+contribute to Jython.
 
-Jython 2.7b4 includes many bug fixes and code stabilization in prep for
+Jython 2.7rc1 includes many bug fixes and code stabilization in prep for
 release candidates.
 
-As a beta release we are concentrating on bug fixing and stabilizion for a
-production release.
-
 Please see the NEWS file for detailed release notes.
 
 The release was compiled on OSX with JDK 7 and requires JDK 7 to run.
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.7b4+"/>
-        <property name="jython.version.noplus" value="2.7b4"/>
+        <property name="jython.version" value="2.7rc1+"/>
+        <property name="jython.version.noplus" value="2.7rc1"/>
         <property name="jython.major_version" value="2"/>
         <property name="jython.minor_version" value="7"/>
         <property name="jython.micro_version" value="0"/>
-        <property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>
+        <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="4"/>
+        <property name="jython.release_serial" value="1"/>
         <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