diff --git a/CHANGES.rst b/CHANGES.rst index c709b66..567c6a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,8 @@ +v3.6.0 +====== + +#78: Only ``Path`` is exposed in the public API. + v3.5.1 ====== diff --git a/zipp.py b/zipp.py index 69cdaad..26b723c 100644 --- a/zipp.py +++ b/zipp.py @@ -12,6 +12,9 @@ OrderedDict = dict +__all__ = ['Path'] + + def _parents(path): """ Given a path with elements separated by