From ba50e2456b7a20ec60f1ce0adf7711b6a9dbf838 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 21:50:47 +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 b4da7ec..79ee55f 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,10 @@ Then copy your resulting wheel and install it via pip on the target system. # Changelog +## v0.6.1 + +* _TBA_ + ## v0.6 * **bugfix**: fixed some bugs with reading values after close diff --git a/setup.cfg b/setup.cfg index 6a7da98..c62a64c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ # coding: utf-8 [metadata] name = tempsdb -version = 0.6 +version = 0.6.1a1 long-description = file: README.md long-description-content-type = text/markdown; charset=UTF-8 license_files = LICENSE -- GitLab