Commit 63ec659f authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.11

parent 0b68f178
Wendelin.core change history Wendelin.core change history
============================ ============================
0.11 (2017-03-28)
-----------------
- Switch back to using ZBlk0 format by default (`commit`__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/0b68f178
0.10 (2017-03-16) 0.10 (2017-03-16)
----------------- -----------------
......
...@@ -216,7 +216,7 @@ def readfile(path): ...@@ -216,7 +216,7 @@ def readfile(path):
setup( setup(
name = 'wendelin.core', name = 'wendelin.core',
version = '0.10', version = '0.11',
description = 'Out-of-core NumPy arrays', description = 'Out-of-core NumPy arrays',
long_description = '%s\n----\n\n%s' % ( long_description = '%s\n----\n\n%s' % (
readfile('README.rst'), readfile('CHANGELOG.rst')), readfile('README.rst'), readfile('CHANGELOG.rst')),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment