Skip to content

Commit

Permalink
Update to 1.4.1. Mostly due to new version (2.8.1) of java components.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottslewis committed Jun 11, 2018
1 parent 7c983a9 commit b869023
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/osgiservicebridge/README.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Python code for the ECF Py4j remote services provider. This code depends upon Py4j versions 0.10.7 and above and Google Protocol Buffers 3.5.1 and above. Recent additions (e.g. support for osgi async remote services) are dependent upon Python 3 concurrent package.
Python code for the ECF Py4j remote services distribution provider. This code depends upon Py4j versions 0.10.7 and above and Google Protocol Buffers 3.5.1 and above. Recent additions (e.g. support for osgi async remote services) are dependent upon Python 3 concurrent package.
Binary file not shown.
2 changes: 1 addition & 1 deletion python/osgiservicebridge/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
VERSION_PATH, "exec"))
VERSION = __version__ # noqa

JAVA_FILE='java/osgiservicebridge-java-bundles_2.8.0.zip'
JAVA_FILE='java/osgiservicebridge-java-bundles_2.8.1.zip'

setup(
name='osgiservicebridge',
Expand Down
2 changes: 1 addition & 1 deletion python/osgiservicebridge/src/osgiservicebridge/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__= '1.4.0'
__version__= '1.4.1'

0 comments on commit b869023

Please sign in to comment.