From 52273e2f8cbc02c84a778a42780faaa8a0699dcd Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Thu, 7 Mar 2019 13:19:37 +0100 Subject: [PATCH] Increment veresion, add changelog --- README.md | 7 ++++++- setup.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 130296d..30b70c7 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,9 @@ pip install -r requirements.txt Run tests: ```bash pytest -``` \ No newline at end of file +``` + +## Changelog + +### 0.14 +* Added required version parameter to Plugin constructor. \ No newline at end of file diff --git a/setup.py b/setup.py index 845e3d9..6e0d847 100644 --- a/setup.py +++ b/setup.py @@ -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',