Skip to content

Commit

Permalink
v3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas van Oostveen committed Apr 6, 2020
1 parent c36a907 commit a1095be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

3.0.3
-----

- Add pid number to PidFileAlreadyRunningError


3.0.2
-----

Expand Down
2 changes: 1 addition & 1 deletion pid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from .posix import PidFile # NOQA


__version__ = "3.0.2"
__version__ = "3.0.3"
__all__ = [
'__version__',
'DEFAULT_PID_DIR',
Expand Down

0 comments on commit a1095be

Please sign in to comment.