From adfc1c3d4b9599ccc1d72b77f4db76809c382784 Mon Sep 17 00:00:00 2001 From: Nanda Scott Date: Sat, 14 Apr 2018 14:24:02 -0400 Subject: [PATCH] Incremented version number and updated Changelog. --- Changelog.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 71a299a..b732757 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.4.1 + +Bugfixes + +- `Search().has_more()` has been properly implemented. Whoops. + ## 1.3.4 New stuff diff --git a/setup.py b/setup.py index d647735..de61588 100644 --- a/setup.py +++ b/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',