diff --git a/CHANGELOG b/CHANGELOG index aad6d96..6fbf2ec 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,16 @@ Changelog ========= +3.0.2 +----- + + - Support contextlib.ContextDecorator (github #29) + + 3.0.1 ----- - - use realpath when detecting pid (run) directories + - Use realpath when detecting pid (run) directories 3.0.0 diff --git a/pid/__init__.py b/pid/__init__.py index 174a586..5dc85ac 100644 --- a/pid/__init__.py +++ b/pid/__init__.py @@ -18,7 +18,7 @@ from .posix import PidFile # NOQA -__version__ = "3.0.1" +__version__ = "3.0.2" __all__ = [ '__version__', 'DEFAULT_PID_DIR',