Staging for release 0.3.3 by pepsibandit · Pull Request #298 · ni/nixnet-python · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
2 changes: 1 addition & 1 deletion nixnet/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.3
2 changes: 1 addition & 1 deletion nixnet/_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import print_function

try:
from collections.abc import Iterable # python 3.3+
from collections.abc import Iterable # python 3.3+
except ImportError:
from collections import Iterable # python 2.7
import typing # NOQA: F401
Expand Down
6 changes: 4 additions & 2 deletions nixnet/system/_collection.py