Skip to content

Commit 257f2b0

Browse files
authored
Merge pull request #548 from jpype-project/prepare_rel
updated version and changelog (release date)
2 parents 92f0273 + b857ddf commit 257f2b0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

doc/CHANGELOG.rst

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

66
- **Next version - unreleased**
7+
8+
9+
- **0.7.1 - 12-16-2019**
10+
711
- Updated the keyword safe list for Python 3.
812

913
- Automatic conversion of CharSequence from Python strings.

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, 0)
42+
__version_info__ = (0, 7, 1)
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.0',
12+
version='0.7.1',
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)