From f39849b0a9c84348e9da732dbc9ffd6b2a3371e5 Mon Sep 17 00:00:00 2001 From: darker Date: Fri, 13 Oct 2023 17:11:05 +0200 Subject: [PATCH] chore: bump from 0.9.5 to 0.9.6 (#605) --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a75df455..77a7bc50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [0.9.6] - 2023-10-13 + ### Fixed - FTP: retry connection on `SSHException` while opening a remote url. diff --git a/pyproject.toml b/pyproject.toml index 56411c1d..b54ba321 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "peakina" -version = "0.9.5" +version = "0.9.6" description = "pandas readers on steroids (remote files, glob patterns, cache, etc.)" authors = ["Toucan Toco "] readme = "README.md"