Skip to content

Commit

Permalink
Merge pull request #166 from amplify-education/fix-another_retry_error
Browse files Browse the repository at this point in the history
Fix: Another Retry Error
  • Loading branch information
jconstance-amplify authored Sep 1, 2023
2 parents 898ce03 + a7df480 commit da2748b
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 da2748b

Please sign in to comment.