[Jython-checkins] jython: Prepare for release.

frank.wierzbicki jython-checkins at python.org
Tue Feb 2 22:21:24 EST 2016


https://hg.python.org/jython/rev/c3289f2a2754
changeset:   7891:c3289f2a2754
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Wed Feb 03 03:21:50 2016 +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 2!
+Welcome to Jython 2.7.1 beta 3!
 
-This is the second beta release of the 2.7.1 version of Jython. Along with
+This is the third 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.1b2"/>
-        <property name="jython.version.noplus" value="2.7.1b2"/>
+        <property name="jython.version" value="2.7.1b3"/>
+        <property name="jython.version.noplus" value="2.7.1b3"/>
         <property name="jython.major_version" value="2"/>
         <property name="jython.minor_version" value="7"/>
-        <property name="jython.micro_version" value="2"/>
+        <property name="jython.micro_version" value="3"/>
         <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. -->
@@ -396,7 +396,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.1b2+'
+        <replace file="${jython.base.dir}/README.txt" token='2.7.1b3+'
         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