File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Changelog
4
4
This changelog *only * contains changes from the *first * pypi release (0.5.4.3) onwards.
5
5
6
6
- **Next version - unreleased **
7
+
8
+ - **0.7.2 - 2-28-2019 **
7
9
- C++ and Java exceptions hold the traceback as a Python exception
8
10
cause. It is no longer necessary to call stacktrace() to retrieve
9
11
the traceback information.
Original file line number Diff line number Diff line change 39
39
__all__ .extend (_jcustomizer .__all__ )
40
40
__all__ .extend (_gui .__all__ )
41
41
42
- __version_info__ = (0 , 7 , 1 )
42
+ __version_info__ = (0 , 7 , 2 )
43
43
__version__ = "." .join (str (i ) for i in __version_info__ )
44
44
45
45
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'JPype1' ,
12
- version = '0.7.1 ' ,
12
+ version = '0.7.2 ' ,
13
13
description = 'A Python to Java bridge.' ,
14
14
long_description = open ('README.rst' ).read (),
15
15
license = 'License :: OSI Approved :: Apache Software License' ,
You can’t perform that action at this time.
0 commit comments