From 403736612adad2226a748c9b2c8ce1785f181f2b Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Fri, 12 Apr 2019 13:52:09 +0200 Subject: [PATCH] Increment version, add changelog --- README.md | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 011ba0a..825e160 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ pytest ## Changelog +### 0.21 +* Add `Epic` platform. ### 0.16 * Do not log sensitive data. * Return `LocalGameState` as int (possible combination of flags). diff --git a/setup.py b/setup.py index a8a5aab..e4d7748 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name="galaxy.plugin.api", - version="0.20", + version="0.21", description="Galaxy python plugin API", author='Galaxy team', author_email='galaxy@gog.com',