diff --git a/Changelog.md b/Changelog.md index 474f73c..4de8267 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog +## 1.7.1 +New stuff +- Added image uri compatability for adventure cards +- Custom Scryfall based errors + ## 1.7.0 Changes diff --git a/setup.py b/setup.py index b38587d..13408e8 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup( name='scrython', packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology', 'scrython.bulk_data'], - version='1.7.0', + version='1.7.1', description='A wrapper for using the Scryfall API.', long_description='https://github.com/NandaScott/Scrython/blob/master/README.md', url='https://github.com/NandaScott/Scrython',