Skip to content

Commit

Permalink
Merge pull request #548 from jpype-project/prepare_rel
Browse files Browse the repository at this point in the history
updated version and changelog (release date)
  • Loading branch information
marscher authored Dec 17, 2019
2 parents 92f0273 + b857ddf commit 257f2b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changelog
This changelog *only* contains changes from the *first* pypi release (0.5.4.3) onwards.

- **Next version - unreleased**


- **0.7.1 - 12-16-2019**

- Updated the keyword safe list for Python 3.

- Automatic conversion of CharSequence from Python strings.
Expand Down
2 changes: 1 addition & 1 deletion jpype/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
__all__.extend(_jcustomizer.__all__)
__all__.extend(_gui.__all__)

__version_info__ = (0, 7, 0)
__version_info__ = (0, 7, 1)
__version__ = ".".join(str(i) for i in __version_info__)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='JPype1',
version='0.7.0',
version='0.7.1',
description='A Python to Java bridge.',
long_description=open('README.rst').read(),
license='License :: OSI Approved :: Apache Software License',
Expand Down

0 comments on commit 257f2b0

Please sign in to comment.