2022-11-09 03:40:24 +03:00
|
|
|
# CHANGE LOG
|
|
|
|
|
2023-08-12 22:49:30 +03:00
|
|
|
## Version 1.0.7 (2023-08-12)
|
|
|
|
|
|
|
|
- match version requirements in pyproject.toml to those in requirements/stable-psa.txt
|
|
|
|
|
2022-12-20 22:47:21 +03:00
|
|
|
## Version 1.0.6 (2022-12-20)
|
|
|
|
|
|
|
|
- standardize usage of python3 in Makefile
|
|
|
|
|
2022-12-20 22:26:39 +03:00
|
|
|
## Version 1.0.5 (2022-12-20)
|
|
|
|
|
|
|
|
- version bumps
|
|
|
|
|
2022-11-09 18:40:09 +03:00
|
|
|
## Version 1.0.4 (2022-11-09)
|
2022-11-09 03:40:24 +03:00
|
|
|
|
|
|
|
- add property for URL
|
|
|
|
- add class variables for PATH, AUTHORIZATION_ENDPOINT, TOKEN_ENDPOINT, USERINFO_ENDPOINT
|
|
|
|
- switch to urllib.parse urljoin()
|
|
|
|
- add a Makefile
|