From 859f3000e97f8d44efa72df49439ae45a4d185f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Thu, 24 Jun 2021 22:14:06 +0200 Subject: [PATCH] ver bump --- README.md | 5 +++++ setup.cfg | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cadbbe..7008c52 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,11 @@ Then copy your resulting wheel and install it via pip on the target system. # Changelog + +## v0.6.2 + +* _TBA_ + ## v0.6.1 * fixed an issue with `Iterators` diff --git a/setup.cfg b/setup.cfg index 1ba3bf5..0fdfdde 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # coding: utf-8 [metadata] name = tempsdb -version = 0.6.1 +version = 0.6.2a1 long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE -- GitLab