From: Oliver Matthews Date: Wed, 14 Oct 2020 13:50:54 +0000 (+0100) Subject: update changelog X-Git-Tag: v0.10.5~1 X-Git-Url: https://git.hcoop.net/clinton/thingy_grabber.git/commitdiff_plain/66c327ef035e5d7c8dd8af1a3f009f585f0b343a update changelog --- diff --git a/README.md b/README.md index 16e5273..caad13a 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,9 @@ python3, requests, py7xr (>=0.8.2) - If there is an updated file, the old directory will be moved to `name_timestamp` where `timestamp` is the last upload time of the old files. The code will then copy unchanged files across and download any new ones. ## Changelog +* v0.10.5 + - Fixed handling users with >30 things (thanks Clinton). + - Added standard contrib and code of conduct files. * v0.10.4 - Readme.txt files are now text files, not HTML files. - removed some debug print statements that I forgot to remove from the last release (oops). diff --git a/thingy_grabber.py b/thingy_grabber.py index 79e0000..f35eb5b 100755 --- a/thingy_grabber.py +++ b/thingy_grabber.py @@ -48,7 +48,7 @@ RETRY_COUNT = 3 MAX_PATH_LENGTH = 250 -VERSION = "0.10.4" +VERSION = "0.10.5" TIMESTAMP_FILE = "timestamp.txt"