We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e459a0f commit 9b83075Copy full SHA for 9b83075
HISTORY.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+2.0.1 - 2018-03-20
5
+~~~~~~~~~~~~~~~~~~
6
+
7
+* bugfix: Fix `isdisjoint` to return True when the sets are disjoint
8
+* build: Include 3.6 when testing
9
+* dist: Include test files in sdist
10
+* docs: Make the Readme a bit prettier
11
12
2.0 - 2016-02-02
13
~~~~~~~~~~~~~~~~
14
lib/orderedset/__init__.py
@@ -1,5 +1,5 @@
# encoding: utf-8
-__version__ = '2.0'
+__version__ = '2.0.1'
from ._orderedset import OrderedSet
0 commit comments