From 25a2c3b5283130879fd5b5e78c136d41e7799c30 Mon Sep 17 00:00:00 2001 From: NandaScott Date: Wed, 25 Sep 2019 19:21:46 -0400 Subject: [PATCH] Incremented version and added stuff to the changelog --- Changelog.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',