diff options
| author | Teddy Wing | 2023-08-08 20:15:26 +0200 |
|---|---|---|
| committer | Teddy Wing | 2023-08-08 20:15:26 +0200 |
| commit | 665b2b3ae094b1c4efb80ae87d58e2cc0156dba9 (patch) | |
| tree | 9badfa5dcc0e7f075d1354985d4b9855359c1fb0 | |
| parent | 9d57acc86a01bd3875bcc888a7b6e21128944a93 (diff) | |
| download | cws-status-665b2b3ae094b1c4efb80ae87d58e2cc0156dba9.tar.bz2 | |
Increase version v0.0.2 -> v0.0.3v0.0.3
| -rw-r--r-- | CHANGELOG | 6 | ||||
| -rw-r--r-- | cws-status | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,6 +1,12 @@ CHANGELOG ========= +v0.0.3 (2023-08-08): + Fixes: + + * Correct an out of bounds error on `item_statuses` causing the program to + crash for certain inputs. + v0.0.2 (2023-05-15): Fixes: @@ -29,7 +29,7 @@ from urllib import request import browser_cookie3 from lxml import html -VERSION = '0.0.2' +VERSION = '0.0.3' EX_USAGE = 64 EX_NOUSER = 67 |
