Skip to content

Commit

Permalink
update: 0.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ltbringer committed May 10, 2022
1 parent c063896 commit 5d25077
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 0.2.12

- [x] Add: Delay flag on cli to increase connection timeout.
- [x] Update: Start and end dates are assumed to be current day's min and max timestamps.

## 0.2.11

- [x] Fix: Prediction being a `dict` breaks `sample` and `select` commands.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "skit-calls"
version = "0.2.11"
version = "0.2.12"
description = "Library to fetch calls from a given environment."
authors = ["ltbringer <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion skit_calls/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.11"
__version__ = "0.2.12"

0 comments on commit 5d25077

Please sign in to comment.