We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad1b8e commit b79dee0Copy full SHA for b79dee0
boto3_refresh_session/__init__.py
@@ -3,5 +3,5 @@
3
from .sts import STSRefreshableSession
4
5
__all__ = ["RefreshableSession"]
6
-__version__ = "1.1.3"
+__version__ = "1.2.0"
7
__author__ = "Mike Letts"
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "boto3-refresh-session"
-version = "1.1.3"
+version = "1.2.0"
description = "A simple Python package for refreshing the temporary security credentials in a boto3.session.Session object automatically."
authors = [
{name = "Mike Letts",email = "[email protected]"}
0 commit comments