[Jython-checkins] jython: Prepare for release.

frank.wierzbicki jython-checkins at python.org
Mon Oct 12 05:44:47 CEST 2015


https://hg.python.org/jython/rev/6c0da6893570
changeset:   7756:6c0da6893570
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Mon Oct 12 03:44:47 2015 +0000
summary:
  Prepare for release.

files:
  README.txt |  4 ++--
  build.xml  |  8 ++++----
  2 files changed, 6 insertions(+), 6 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 beta 1!
+Welcome to Jython 2.7.1 beta 2!
 
-This is the first beta release of the 2.7.1 version of Jython. Along with
+This is the second beta release of the 2.7.1 version of Jython. Along with
 language and runtime compatibility with CPython 2.7.1, 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
diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -84,11 +84,11 @@
         <property name="PY_RELEASE_LEVEL_SNAPSHOT" value="170"/> <!-- 0xAA -->
 
         <!-- The current version info -->
-        <property name="jython.version" value="2.7.1"/>
-        <property name="jython.version.noplus" value="2.7.1"/>
+        <property name="jython.version" value="2.7.1b2"/>
+        <property name="jython.version.noplus" value="2.7.1b2"/>
         <property name="jython.major_version" value="2"/>
         <property name="jython.minor_version" value="7"/>
-        <property name="jython.micro_version" value="1"/>
+        <property name="jython.micro_version" value="2"/>
         <property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>
         <!-- Usually zero, only used for alpha, beta and candidate versions
              where it must be greater than zero. -->
@@ -412,7 +412,7 @@
     <target name="brand-readme-version" depends="checkout" if="do.snapshot.build">
         <!-- change README.txt version string, if so defined: used for
         snapshot builds. XXX: a bit broken for now-->
-        <replace file="${jython.base.dir}/README.txt" token='2.7.1b1+'
+        <replace file="${jython.base.dir}/README.txt" token='2.7.1b2+'
         value='2.7.1b${xxx.revision}' />
         <replace file="${jython.base.dir}/README.txt">
             <replacetoken>=======================</replacetoken>

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


More information about the Jython-checkins mailing list