[Jython-checkins] jython: Begin to identify as Jython 2.7.2b4.

jeff.allen jython-checkins at python.org
Sun Feb 23 10:13:31 EST 2020


https://hg.python.org/jython/rev/96bb13434427
changeset:   8328:96bb13434427
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Mon Feb 03 22:37:12 2020 +0000
summary:
  Begin to identify as Jython 2.7.2b4.

files:
  NEWS         |  4 ++++
  build.gradle |  2 +-
  build.xml    |  2 +-
  3 files changed, 6 insertions(+), 2 deletions(-)


diff --git a/NEWS b/NEWS
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,10 @@
 For more details of issue [ n ], please see https://hg.python.org/jython, or for tags [ GH-n ] see
 https://github.com/jythontools/jython
 
+Jython 2.7.2b4
+  Bugs fixed
+
+
 Jython 2.7.2b3
   Bugs fixed
     - [ 2810 ] NoSuchMethodError in test_jython_initializer (Java 10+)
diff --git a/build.gradle b/build.gradle
--- a/build.gradle
+++ b/build.gradle
@@ -45,7 +45,7 @@
 // Versions are specified in this grammar:
 // <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?
 
-version = '2.7.2b3'
+version = '2.7.2b4'
 
 // Valid examples (please preserve in comments):
 //version = '2.7.2a2'
diff --git a/build.xml b/build.xml
--- a/build.xml
+++ b/build.xml
@@ -109,7 +109,7 @@
         <property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>
 
         <!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
-        <property name="jython.release_serial" value="3"/>
+        <property name="jython.release_serial" value="4"/>
     </target>
 
     <target name="common-constants">

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


More information about the Jython-checkins mailing list