Skip to content

Commit 9b83075

Browse files
Bump version.
1 parent e459a0f commit 9b83075

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

HISTORY.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
2.0 - 2016-02-02
513
~~~~~~~~~~~~~~~~
614

lib/orderedset/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: utf-8
2-
__version__ = '2.0'
2+
__version__ = '2.0.1'
33

44

55
from ._orderedset import OrderedSet

0 commit comments

Comments
 (0)