Skip to content

Commit fb99e0e

Browse files
committed
update version and changelog
1 parent 231168c commit fb99e0e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,4 @@ cython_debug/
158158
# and can be added to the global gitignore or merged into this file. For a more nuclear
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161+
test.py

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
1+
# 1.0.2
2+
3+
### Bugfixes
4+
5+
* username and password changed to mandatory arguments
6+
* Make dataclasses subscriptable
7+
18
# 1.0.1
29

10+
### Bugfixes
11+
312
* Fix login and get_status not raising InvalidAuth when unauthorized
413

514
# 1.0.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = PyLoadAPI
3-
version = 1.0.1
3+
version = 1.0.2
44
author = Manfred Dennerlein Rodelo
55
author_email = [email protected]
66
description = "Simple wrapper for pyLoad's API."

0 commit comments

Comments
 (0)