Skip to content

Commit b5ad84e

Browse files
authored
Merge pull request #590 from Thrameos/release
Release
2 parents fefffcd + 9630514 commit b5ad84e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

doc/CHANGELOG.rst

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Changelog
44
This changelog *only* contains changes from the *first* pypi release (0.5.4.3) onwards.
55

66
- **Next version - unreleased**
7+
8+
- **0.7.2 - 2-28-2019**
79
- C++ and Java exceptions hold the traceback as a Python exception
810
cause. It is no longer necessary to call stacktrace() to retrieve
911
the traceback information.

jpype/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
__all__.extend(_jcustomizer.__all__)
4040
__all__.extend(_gui.__all__)
4141

42-
__version_info__ = (0, 7, 1)
42+
__version_info__ = (0, 7, 2)
4343
__version__ = ".".join(str(i) for i in __version_info__)
4444

4545

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name='JPype1',
12-
version='0.7.1',
12+
version='0.7.2',
1313
description='A Python to Java bridge.',
1414
long_description=open('README.rst').read(),
1515
license='License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)