Skip to content

Commit 0f23579

Browse files
author
Anatoli Kurtsevich
authored
bumping version for release v0.6.15 (#135)
1 parent 2888b38 commit 0f23579

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.6.15
4+
5+
* Increase auth token expiration buffer from 5s to 60s.
6+
37
## v0.6.14
48

59
* Added a retry mechanism for HTTP failures raised as `URLError`.

railib/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version_info__ = (0, 6, 14)
15+
__version_info__ = (0, 6, 15)
1616
__version__ = ".".join(map(str, __version_info__))

0 commit comments

Comments
 (0)