Skip to content

Commit 50fe238

Browse files
authored
updated version to 1.3.1 (#92)
1 parent 1b224da commit 50fe238

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: staxapp/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.3.0"
1+
__version__ = "1.3.1"

Diff for: staxapp/api.py

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def _headers(cls, custom_headers) -> dict:
2929
@classmethod
3030
def request_session(cls, config: StaxAPIRetryConfig):
3131
"""Requests retry session with backoff"""
32-
print(config.retry_methods)
3332
return requests_retry_session(
3433
retries=config.max_attempts,
3534
status_list=config.status_codes,

0 commit comments

Comments
 (0)