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

frank.wierzbicki jython-checkins at python.org
Tue Jan 6 04:16:19 CET 2015


https://hg.python.org/jython/rev/6e650bf6302f
changeset:   7502:6e650bf6302f
user:        Frank Wierzbicki <fwierzbicki at gmail.com>
date:        Tue Jan 06 03:16:19 2015 +0000
summary:
  Update versions for beta4 release.

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


diff --git a/README.txt b/README.txt
--- a/README.txt
+++ b/README.txt
@@ -1,13 +1,12 @@
-Welcome to Jython 2.7b3
+Welcome to Jython 2.7b4
 =======================
 
-This is the third beta release of the 2.7 version of Jython. Thanks to
-Rackspace (http://www.rackspace.com/) for sponsoring this release.
+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.
 
-Jython 2.7b3 includes a total rework of ssl which will soon allow pip to work
-on Jython (once pip gets a bugfix as well). It also fixes many bugs including
-some in binascii support, ast support, and many others.
+Jython 2.7b4 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.
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.7b3+"/>
-        <property name="jython.version.noplus" value="2.7b3"/>
+        <property name="jython.version" value="2.7b4+"/>
+        <property name="jython.version.noplus" value="2.7b4"/>
         <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}"/>
         <!-- 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="4"/>
         <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