Skip to content
Snippets Groups Projects
Commit aaac0e24 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

ver bump

parent c0c2c224
No related branches found
No related tags found
No related merge requests found
...@@ -52,6 +52,10 @@ Then copy your resulting wheel and install it via pip on the target system. ...@@ -52,6 +52,10 @@ Then copy your resulting wheel and install it via pip on the target system.
# Changelog # Changelog
## v0.5.5
* _TBA_
## v0.5.4 ## v0.5.4
* older TempsDB databases that do not support varlens will be updated upon opening * older TempsDB databases that do not support varlens will be updated upon opening
......
...@@ -28,7 +28,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'), ...@@ -28,7 +28,7 @@ ext_modules = build([Multibuild('tempsdb', find_pyx('tempsdb'),
**cythonize_kwargs) **cythonize_kwargs)
setup(name='tempsdb', setup(name='tempsdb',
version='0.5.4', version='0.5.5a1',
packages=find_packages(include=['tempsdb', 'tempsdb.*']), packages=find_packages(include=['tempsdb', 'tempsdb.*']),
install_requires=['satella>=2.14.24', 'ujson'], install_requires=['satella>=2.14.24', 'ujson'],
ext_modules=ext_modules, ext_modules=ext_modules,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment