From 9068c2c48fb365cf10261957e50e45c80c3c0904 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 16 Dec 2020 20:18:34 +0100 Subject: [PATCH] ver bump --- README.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bbc04b..f16c5bb 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.5.3 + +* _TBA_ + ## v0.5.2 * added multiple properties and attributes to `VarlenSeries` diff --git a/setup.py b/setup.py index 4630963..6382a8a 100644 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'), **ext_kwargs), ] **cythonize_kwargs) setup(name='tempsdb', - version='0.5.2', + version='0.5.3a1', packages=find_packages(include=['tempsdb', 'tempsdb.*']), install_requires=['satella>=2.14.24', 'ujson'], ext_modules=ext_modules, -- GitLab