Increment veresion, add changelog

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-03-07 13:19:37 +01:00
parent bda867473c
commit 52273e2f8c
2 changed files with 7 additions and 2 deletions

View File

@@ -30,4 +30,9 @@ pip install -r requirements.txt
Run tests:
```bash
pytest
```
```
## Changelog
### 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.13",
version="0.14",
description="Galaxy python plugin API",
author='Galaxy team',
author_email='galaxy@gog.com',