Skip to content

Commit

Permalink
Prepare for 2.7.3b1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Jul 8, 2022
1 parent 257d6cb commit da3bfb3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ For more details, three sources are available according to type:
- [ FM-n ], please see https://github.com/jython/frozen-mirror.


Jython 2.7.3a1
Jython 2.7.3b1
Bugs fixed
- [ GH-192 ] PyString with non-byte value in formatting of collections
- [ GH-183 ] Console messages do not reach root logger (bjo 2896)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import java.text.SimpleDateFormat
// Versions are specified in this grammar:
// <major> . <minor> ( . <micro> )? ( <release> <serial> )? ( - <word> )?

version = '2.7.3a1'
version = '2.7.3b1'

// Valid examples (please preserve in comments):
//version = '2.7.2a2'
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ informix.jar = ../support/jdbc-4.10.12.jar
<property name="jython.major_version" value="2"/>
<property name="jython.minor_version" value="7"/>
<property name="jython.micro_version" value="3"/>
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_ALPHA}"/>
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_BETA}"/>

<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
<property name="jython.release_serial" value="1"/>
Expand Down
2 changes: 1 addition & 1 deletion src/org/python/core/imp.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class imp {

private static final String UNKNOWN_SOURCEFILE = "<unknown>";

private static final int APIVersion = 38;
private static final int APIVersion = 39;

public static final int NO_MTIME = -1;

Expand Down

0 comments on commit da3bfb3

Please sign in to comment.