Skip to content

Commit 3562755

Browse files
committed
Prepare for 2.7.4rc1 release.
1 parent 245deba commit 3562755

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,11 @@ New Features
2929
duplicated in its module, which can be a problem. It may be necessary to
3030
--add-modules ALL-DEFAULT to ensure JDK classes are resolved.
3131

32-
3332
Jython 2.7.4rc1 Bugs fixed
3433
- [ GH-344 ] Updated ucnhash.dat to Unicode 15.1.
34+
- [ GH-343 ] Export xml.parsers and xml.etree in xml.__all__.
35+
- [ GH-342 ] Update multiple JARs to latest available.
36+
- [ GH-331 ] Catch IndexError possible when accessing sys.argv.
3537

3638
Jython 2.7.4b2 Feature added
3739
- [ GH-325 ] Upward compatibility to Java 9 Modularity

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import java.text.SimpleDateFormat
4545
// Versions are specified in this grammar:
4646
// <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?
4747

48-
version = '2.7.4b3'
48+
version = '2.7.4rc1'
4949

5050
// Valid examples (please preserve in comments):
5151
//version = '2.7.2a2'

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,10 +102,10 @@ informix.jar = ../support/jdbc-4.10.12.jar
102102
<property name="jython.major_version" value="2"/>
103103
<property name="jython.minor_version" value="7"/>
104104
<property name="jython.micro_version" value="4"/>
105-
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>
105+
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/>
106106

107107
<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
108-
<property name="jython.release_serial" value="3"/>
108+
<property name="jython.release_serial" value="1"/>
109109
</target>
110110

111111
<target name="common-constants">

0 commit comments

Comments
 (0)