diff --git a/README.md b/README.md index 30b70c7..1012890 100644 --- a/README.md +++ b/README.md @@ -34,5 +34,7 @@ pytest ## Changelog +### 0.15 +* `shutdown()` is called on socket disconnection. ### 0.14 * Added required version parameter to Plugin constructor. \ No newline at end of file diff --git a/setup.py b/setup.py index 6e0d847..f3024ae 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.14", + version="0.15", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',