Increment version, add changelog

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-03-08 10:19:43 +01:00
parent 73bc9aa8ec
commit ca8d0dfaf4
2 changed files with 3 additions and 1 deletions

View File

@@ -34,5 +34,7 @@ pytest
## Changelog
### 0.15
* `shutdown()` is called on socket disconnection.
### 0.14
* Added required version parameter to Plugin constructor.

View File

@@ -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',