Incremented version number and updated Changelog.
This commit is contained in:
parent
01acea86e1
commit
adfc1c3d4b
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## 1.4.1
|
||||
|
||||
Bugfixes
|
||||
|
||||
- `Search().has_more()` has been properly implemented. Whoops.
|
||||
|
||||
## 1.3.4
|
||||
|
||||
New stuff
|
||||
|
|
2
setup.py
2
setup.py
|
@ -7,7 +7,7 @@ with open('README.md') as f:
|
|||
setup(
|
||||
name='scrython',
|
||||
packages=['scrython', 'scrython.cards', 'scrython.rulings', 'scrython.catalog', 'scrython.sets', 'scrython.symbology'],
|
||||
version='1.4.0',
|
||||
version='1.4.1',
|
||||
description='A wrapper for using the Scryfall API.',
|
||||
long_description=readme,
|
||||
url='https://github.com/NandaScott/Scrython',
|
||||
|
|
Loading…
Reference in New Issue