Commit f7803634 authored by Kirill Smelkov's avatar Kirill Smelkov

wendelin.core v0.7

parent d9d6409f
Wendelin.core change history
============================
0.7 (2016-07-14)
------------------
- Add support for Python 3.5 (`commit 1`__, 2__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/20115391
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/e6beab19
- Fix bug in pagemap code which could lead to crashes and other issues (`commit`__)
__ https://lab.nexedi.com/nexedi/wendelin.core/commit/ee9bcd00
- Various bugfixes
0.6 (2016-06-13)
----------------
......
......@@ -216,7 +216,7 @@ def readfile(path):
setup(
name = 'wendelin.core',
version = '0.6',
version = '0.7',
description = 'Out-of-core NumPy arrays',
long_description = '%s\n----\n\n%s' % (
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