Skip to content

Commit 9b8a087

Browse files
committed
Begin to identify as v2.7.5a1
1 parent 3f256f4 commit 9b8a087

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

NEWS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ For more details, three sources are available according to type:
1010
- [ GH-n ], please see https://github.com/jython/jython.
1111
- [ FM-n ], please see https://github.com/jython/frozen-mirror.
1212

13+
==============================================================================
14+
Jython 2.7.5
15+
==============================================================================
16+
17+
New Features
18+
19+
Jython 2.7.5a1 Bugs fixed
20+
21+
22+
1323
==============================================================================
1424
Jython 2.7.4
1525
==============================================================================

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.4'
48+
version = '2.7.5a1'
4949

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

build.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@ informix.jar = ../support/jdbc-4.10.12.jar
101101
specify that suffix by -Dsnapshot.name on the ant command line. -->
102102
<property name="jython.major_version" value="2"/>
103103
<property name="jython.minor_version" value="7"/>
104-
<property name="jython.micro_version" value="4"/>
105-
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_FINAL}"/>
106-
107-
<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
108-
<property name="jython.release_serial" value="0"/>
104+
<property name="jython.micro_version" value="5"/>
105+
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_ALPHA}"/>
106+
<!-- Zero at full release: one-up number for alpha, beta and gamma (candidate) versions. -->
107+
<property name="jython.release_serial" value="1"/>
108+
<!-- End of things you need to adjust when setting the version number. :) -->
109109
</target>
110110

111111
<target name="common-constants">

0 commit comments

Comments
 (0)