Skip to content

Commit

Permalink
updated CHANGELOG and bumped the version to v0.6.17 (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
antikus authored Oct 11, 2023
1 parent 9a58f83 commit 8897fb6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.6.17

* Removed unnecessary dependencies of the SDK, bumped Pyarrow to v10.


## v0.6.16

* Expanded the retry mechanism for HTTP failures raised as `ConnectionError`.
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, 16)
__version_info__ = (0, 6, 17)
__version__ = ".".join(map(str, __version_info__))

0 comments on commit 8897fb6

Please sign in to comment.