Skip to content

Commit

Permalink
Fix: Another Retry Error
Browse files Browse the repository at this point in the history
  • Loading branch information
jconstance-amplify committed Sep 1, 2023
1 parent 898ce03 commit a7df480
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions terrawrap/utils/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"SSL_ERROR_SYSCALL",
"Api Rate Limit Exceeded",
"TooManyUpdates",
"409 Conflict",
]
AUDIT_POST_PATH = "/audit_info"
AUDIT_UPDATE_PATH = "/update_audit_info"
Expand Down
2 changes: 1 addition & 1 deletion terrawrap/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Place of record for the package version"""

__version__ = "0.9.26"
__version__ = "0.9.27"
__git_hash__ = "GIT_HASH"

0 comments on commit a7df480

Please sign in to comment.