Increment version, add changelog

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-04-12 13:52:09 +02:00
parent 3071c2e771
commit 403736612a
2 changed files with 3 additions and 1 deletions

View File

@@ -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).

View File

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