Incremented version and added stuff to the changelog

This commit is contained in:
NandaScott 2019-09-25 19:21:46 -04:00
parent 97cdaf0a16
commit 25a2c3b528
2 changed files with 6 additions and 1 deletions

View File

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

View File

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