We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2888b38 commit 0f23579Copy full SHA for 0f23579
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.6.15
4
+
5
+* Increase auth token expiration buffer from 5s to 60s.
6
7
## v0.6.14
8
9
* Added a retry mechanism for HTTP failures raised as `URLError`.
railib/__init__.py
@@ -12,5 +12,5 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 6, 14)
+__version_info__ = (0, 6, 15)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments