File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ For more details, three sources are available according to type:
9
9
- [ GH-n ], please see https://github.com/jython/jython.
10
10
- [ FM-n ], please see https://github.com/jython/frozen-mirror.
11
11
12
+ ==============================================================================
13
+ Jython 2.7.4
14
+ ==============================================================================
15
+
16
+ New Features
17
+
18
+ - Nothing yet.
19
+
20
+
21
+ Jython 2.7.4a1 Bugs fixed
22
+ - [ GH- ]
23
+
24
+
12
25
==============================================================================
13
26
Jython 2.7.3
14
27
==============================================================================
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.3 '
48
+ version = ' 2.7.4a1 '
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 @@ -101,11 +101,11 @@ informix.jar = ../support/jdbc-4.10.12.jar
101
101
specify that suffix by -Dsnapshot.name on the ant command line. -->
102
102
<property name =" jython.major_version" value =" 2" />
103
103
<property name =" jython.minor_version" value =" 7" />
104
- <property name =" jython.micro_version" value =" 3 " />
105
- <property name =" jython.release_level" value =" ${ PY_RELEASE_LEVEL_FINAL } " />
104
+ <property name =" jython.micro_version" value =" 4 " />
105
+ <property name =" jython.release_level" value =" ${ PY_RELEASE_LEVEL_ALPHA } " />
106
106
107
107
<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
108
- <property name =" jython.release_serial" value =" 0 " />
108
+ <property name =" jython.release_serial" value =" 1 " />
109
109
</target >
110
110
111
111
<target name =" common-constants" >
You can’t perform that action at this time.
0 commit comments