Skip to content

Commit 1aefa62

Browse files
update changelog and version
1 parent 97a25c8 commit 1aefa62

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Changelog
2+
## v1.1.3 11/9/23
3+
- Finalize retry logic in Oauth2 Client
4+
25
## v1.1.2
36
- Update config_helper to accept list environment variables
47

58
## v1.1.0/v1.1.1
6-
- Add retries for empty responses in oauth2 client. This was added to address a known quirk in the Sierra API where this response is returned:
9+
- Add retries for empty responses in Oauth2 Client. This was added to address a known quirk in the Sierra API where this response is returned:
710
```
811
> GET / HTTP/1.1
912
> Host: ilsstaff.nypl.org

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "nypl_py_utils"
7-
version = "1.1.2"
7+
version = "1.1.3"
88
authors = [
99
{ name="Aaron Friedman", email="aaronfriedman@nypl.org" },
1010
]

0 commit comments

Comments
 (0)