From e25eaa66abd67f8bd5cb653fe4d247da3052bad2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Tue, 6 Jul 2021 14:57:01 +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 4abcbb1..36f58f9 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ logger `tempsdb` to WARN will eliminate all warnings that tempsdb outputs. # Changelog +## v0.6.4 + +* _TBA_ + ## v0.6.3 * added logging for opening and closing series diff --git a/setup.cfg b/setup.cfg index 8f3ac77..6761a31 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # coding: utf-8 [metadata] name = tempsdb -version = 0.6.3 +version = 0.6.4a1 long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE -- GitLab