update changelog
authorOliver Matthews <oliver@codersoffortune.net>
Wed, 14 Oct 2020 13:50:54 +0000 (14:50 +0100)
committerOliver Matthews <oliver@codersoffortune.net>
Wed, 14 Oct 2020 13:50:54 +0000 (14:50 +0100)
README.md
thingy_grabber.py

index 16e5273..caad13a 100644 (file)
--- 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).
index 79e0000..f35eb5b 100755 (executable)
@@ -48,7 +48,7 @@ RETRY_COUNT = 3
 
 MAX_PATH_LENGTH = 250
 
-VERSION = "0.10.4"
+VERSION = "0.10.5"
 
 TIMESTAMP_FILE = "timestamp.txt"