Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trbs committed Jan 9, 2019
1 parent dcb965e commit 0efff53
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2.2.1
-----

- Fix packaging issues
- Update tests and support for Python 3.6 and 3.7
- Drop tests support for Python 2.6 and Python 3.3


2.2.0
-----

Expand Down
2 changes: 1 addition & 1 deletion pid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import tempfile


__version__ = "2.2.0"
__version__ = "2.2.1"

DEFAULT_PID_DIR = "/var/run/"
PID_CHECK_EMPTY = "PID_CHECK_EMPTY"
Expand Down

0 comments on commit 0efff53

Please sign in to comment.