Commit 73e55065 authored by Jim Fulton's avatar Jim Fulton

4.4.0

parent e7991d01
``BTrees`` Changelog
====================
4.4.0 (2017-01-11)
------------------
- Allow None as a special key (sorted smaller than all others).
This is a bit of a return to BTrees 3 behavior in that Nones are
allowed as keys again. Other objects with default ordering are
still not allowed as keys.
4.3.2 (2017-01-05)
------------------
......
......@@ -12,7 +12,7 @@
#
##############################################################################
__version__ = '4.3.2'
__version__ = '4.4.0'
import os
import platform
......
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