Skip to content

Commit

Permalink
updated version to 1.3.1 (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
boltdynamics authored Oct 11, 2022
1 parent 1b224da commit 50fe238
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion staxapp/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.3.0"
__version__ = "1.3.1"
1 change: 0 additions & 1 deletion staxapp/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def _headers(cls, custom_headers) -> dict:
@classmethod
def request_session(cls, config: StaxAPIRetryConfig):
"""Requests retry session with backoff"""
print(config.retry_methods)
return requests_retry_session(
retries=config.max_attempts,
status_list=config.status_codes,
Expand Down

0 comments on commit 50fe238

Please sign in to comment.