Skip to content

Commit 668a95e

Browse files
committed
Begin to identify as version 2.7.4b2
1 parent 228fe9e commit 668a95e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ New Features
1818

1919
- Bug fixes only.
2020

21+
Jython 2.7.4b2 Bugs fixed
22+
2123

2224
Jython 2.7.4b1 Bugs fixed
2325
- [ GH-316 ] Clash over META-INF in shaded JARs

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.4b1'
48+
version = '2.7.4b2'
4949

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

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
105105
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>
106106

107107
<!-- 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"/>
109109
</target>
110110

111111
<target name="common-constants">

0 commit comments

Comments
 (0)