Releases: jneeven/practipy
Releases · jneeven/practipy
v0.0.2
v0.0.1
Make `download_file` require fewer permissions (#31)
v0.0.0
Add MockMeta class and unit tests (#28) * Add MockMeta class and unit tests * Linting * Make python 3.8 compatible
v0.0.0.dev20
Fix Dict intersect typo
v0.0.0.dev19
Commits
- 6d4263f: Rename dictionary class and support intersection (Jelmer) #27,#25
- 34313e3: Fix typo in dict method (Jelmer) #27,#26
- c090961: Merge remote-tracking branch 'origin/main' into improved_dict (Jelmer) #27,#26
- 06b6899: Add other set functions to Dict class (Jelmer) #27
- 83c128c: Merge remote-tracking branch 'origin/main' into improved_dict (Jelmer) #27
- 15a1b77: Update dev requirements (Jelmer) #27
v0.0.0.dev18
Fix typo in dict method (#26) * Rename dictionary class and support intersection * Fix typo in dict method
v0.0.0.dev17
Rename dictionary class and support intersection (#25)
v0.0.0.dev16
gcloud: capture not authenticated error. (#24) * gcloud: capture not authenticated error. * always raise * delete unused args, kwargs * typo * Remove dependency, minor tweaks * Add refresh error back in since google-auth is installed anyway * Catch DefaultCredentialsError too * Simplify refresherror catch Co-authored-by: Mateusz Bieganski <[email protected]>