From 97f46e93cd3b3a8ff507da6a3cdc7c7157957783 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:42:11 +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 9a15da9..14b7851 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.4 + +* _TBA_ + ## v0.5.3 * added `disable_mmap`, `enable_mmap` and `open_chunks_mmap_size` into `VarlenSeries` diff --git a/setup.py b/setup.py index 1ed60fa..fec8254 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.3', + version='0.5.4a1', packages=find_packages(include=['tempsdb', 'tempsdb.*']), install_requires=['satella>=2.14.24', 'ujson'], ext_modules=ext_modules, -- GitLab