File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ New Features
18
18
19
19
- Bug fixes only.
20
20
21
+ Jython 2.7.4b2 Bugs fixed
22
+
21
23
22
24
Jython 2.7.4b1 Bugs fixed
23
25
- [ GH-316 ] Clash over META-INF in shaded JARs
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat
45
45
// Versions are specified in this grammar:
46
46
// <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?
47
47
48
- version = ' 2.7.4b1 '
48
+ version = ' 2.7.4b2 '
49
49
50
50
// Valid examples (please preserve in comments):
51
51
// version = '2.7.2a2'
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
105
105
<property name =" jython.release_level" value =" ${ PY_RELEASE_LEVEL_BETA } " />
106
106
107
107
<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
108
- <property name =" jython.release_serial" value =" 1 " />
108
+ <property name =" jython.release_serial" value =" 2 " />
109
109
</target >
110
110
111
111
<target name =" common-constants" >
You can’t perform that action at this time.
0 commit comments