From d144efa8b908599c4872ebe6441f0e3ef533a9d0 Mon Sep 17 00:00:00 2001 From: Esko-Kalervo Salaka Date: Sun, 19 Feb 2023 12:02:12 +0200 Subject: [PATCH 1/3] suggesting scryfall_bulk_update in readme instead of scryfall_update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8220380..5ed82cf 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ True Building the database from scratch from Scryfall and mtgio is simply done with ``` -my_db.scryfall_update() +my_db.scryfall_bulk_update() my_db.mtgio_update() ``` From 561596b60d237e659cad0540246fc8f97f5c5a33 Mon Sep 17 00:00:00 2001 From: Esko-Kalervo Salaka Date: Sun, 19 Feb 2023 12:11:13 +0200 Subject: [PATCH 2/3] Update CHANGES.txt --- CHANGES.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3762020..70a7455 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -40,4 +40,7 @@ - Added a bulk update option for Scryfall - Added many new attributes for scryfall cards and sets - Fixed an error with an incorrect warnings.warn parameter when reading - a decklist from string \ No newline at end of file + a decklist from string + + 0.9.62 --> 0.9.63 + - Fixed an issue where scryfall_bulk_update fails because of an incorrect attribute name From 0819d39aa1f9c0e5292962d99c1dccd213e8ca45 Mon Sep 17 00:00:00 2001 From: Esko-Kalervo Salaka Date: Sun, 19 Feb 2023 12:11:56 +0200 Subject: [PATCH 3/3] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e8b59df..07e8d8b 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="mtgtools", - version="0.9.62", + version="0.9.63", author="Esko-Kalervo Salaka", author_email="esko.salaka@gmail.com", description=