Skip to content

Commit

Permalink
Prepare for 2.7.2 final release.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff5 committed Mar 21, 2020
1 parent 9063410 commit f77cc10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ of that version.
For more details of issue [ n ], please see https://hg.python.org/jython, or for tags [ GH-n ] see
https://github.com/jythontools/jython

Jython 2.7.2
same as 2.7.2rc1

Jython 2.7.2rc1
Bugs fixed
- [ 2858 ] test_ssl failure due to embedding Bouncy Castle (doc change only)
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.2rc2'
version = '2.7.2'

// Valid examples (please preserve in comments):
//version = '2.7.2a2'
Expand Down
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ 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="2"/>
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_GAMMA}"/>
<property name="jython.release_level" value="${PY_RELEASE_LEVEL_FINAL}"/>

<!-- Zero at full release: one-up number for alpha, beta and candidate versions. -->
<property name="jython.release_serial" value="2"/>
<property name="jython.release_serial" value="0"/>
</target>

<target name="common-constants">
Expand Down

0 comments on commit f77cc10

Please sign in to comment.