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

jeff.allen jython-checkins at python.org
Thu Mar 5 02:12:11 EST 2020


https://hg.python.org/jython/rev/9bee868e1a6e
changeset:   8336:9bee868e1a6e
user:        Jeff Allen <ja.py at farowl.co.uk>
date:        Wed Mar 04 20:06:50 2020 +0000
summary:
  Begin to identify as Jython 2.7.2rc2.

... whilst hoping the next release is actually 2.7.2

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


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.2rc1'
+version = '2.7.2rc2'
 
 // 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_GAMMA}"/>
 
         <!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
-        <property name="jython.release_serial" value="1"/>
+        <property name="jython.release_serial" value="2"/>
     </target>
 
     <target name="common-constants">

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


More information about the Jython-checkins mailing list