Skip to content

Commit

Permalink
Bump version to 1.2.2
Browse files Browse the repository at this point in the history
Also fix the build, add a MANIFEST file, etc.
  • Loading branch information
zorkian committed Jun 14, 2013
1 parent c05a998 commit ad02b49
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
*.pyc
build
dist
3 changes: 3 additions & 0 deletions CHANGES
@@ -1,3 +1,6 @@
1.2.2: June 14th, 2013
* Fix the exit function to actually exit [lollipopman]

1.2.1: March 21st, 2013
* Fix SIGTERM handler to clean up pid [xb95]

Expand Down
8 changes: 8 additions & 0 deletions MANIFEST
@@ -0,0 +1,8 @@
LICENSE
CHANGES
README
nagios-api
nagios-cli
setup.py
nagios/__init__.py
nagios/core.py
2 changes: 1 addition & 1 deletion nagios/__init__.py
Expand Up @@ -3,6 +3,6 @@
# Nagios class.
#

version = "1.2.1"
version = "1.2.2"

from core import *

0 comments on commit ad02b49

Please sign in to comment.