- Update to version 2.1.0:

- Add the possibility to provide cookies as dict to authenticate (#60)
 - Add IS and IS NOT operators to search (#57)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rt?expand=0&rev=15
This commit is contained in:
2021-02-25 19:44:40 +00:00
committed by Git OBS Bridge
parent b456c79411
commit a62e3e4ce0
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 25 19:44:00 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 2.1.0:
- Add the possibility to provide cookies as dict to authenticate (#60)
- Add IS and IS NOT operators to search (#57)
-------------------------------------------------------------------
Sun Aug 16 15:54:38 UTC 2020 - Sebastian Wagner <sebix+novell.com@sebix.at>