Skip to content

Commit

Permalink
bumping version for release v0.6.15 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
antikus authored Aug 22, 2023
1 parent 2888b38 commit 0f23579
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.6.15

* Increase auth token expiration buffer from 5s to 60s.

## v0.6.14

* Added a retry mechanism for HTTP failures raised as `URLError`.
Expand Down
2 changes: 1 addition & 1 deletion railib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
# limitations under the License.

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

0 comments on commit 0f23579

Please sign in to comment.