Compare commits

...

1 Commits

Author SHA1 Message Date
Pawel Czoppa
cb1a5fa5e4 fix for merge request 2019-06-17 18:01:09 +02:00
3 changed files with 4 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
.. excluding Platforms Id's link
:ref:`platforms-link`.
:ref:`platforms-link`
.. mdinclude:: ../../README.md
:start-line: 28

View File

@@ -0,0 +1,2 @@
.. _platforms-link:
.. mdinclude:: ../../PLATFORM_IDs.md

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="galaxy.plugin.api",
version="0.35.1",
version="0.35.2",
description="GOG Galaxy Integrations Python API",
author='Galaxy team',
author_email='galaxy@gog.com',