From 5740c8601ffb2f63d44bdb3366433a62c88e10aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Fri, 9 Jul 2021 17:53:43 +0200 Subject: [PATCH] ver bump --- README.md | 4 ++++ setup.cfg | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 136a2ac..64095ba 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ Consult the docs for how to disable it. # Changelog +## v0.6.5 + +* _TBA_ + ## v0.6.4 * fixed a bug with slicing chunks in `VarlenSeries` diff --git a/setup.cfg b/setup.cfg index 025404d..9824331 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # coding: utf-8 [metadata] name = tempsdb -version = 0.6.4 +version = 0.6.5a1 long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE -- GitLab