Skip to content

Commit

Permalink
Bumped version number to 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
gardart committed Nov 18, 2020
1 parent 2c36607 commit 1e0d5db
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Changes in 1.3.4-1
- Support for Python 3
- Dependency fix

Changes in 1.3.3-1
- Dependency fix
- Dependency fix
- Template upgrades

Expand All @@ -17,8 +22,6 @@ Changes in 1.1.0 (unreleased)
- Added support for installing clients on fedora 16-18
- okconfig tools can now commit to git automatically (for adagios)


1.0


Initial release
2 changes: 1 addition & 1 deletion okconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
__copyright__ = "Copyright 2011, Pall Sigurdsson"
__credits__ = ["Pall Sigurdsson"]
__license__ = "GPL"
__version__ = "1.3.3"
__version__ = "1.3.4"
__maintainer__ = "Gardar Thorsteinsson"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ git tag okconfig-${new_version}-${current_release} -a -m "Bumped version number
echo "### Pushing commit to github"
git push origin master || exit 1
git push --tags origin master || exit 1
echo "Building package and uploading to pypi"
#echo "Building package and uploading to pypi"
#python setup.py build sdist upload || exit 1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import os

NAME = "okconfig"
VERSION = '1.3.3'
VERSION = '1.3.4'
SHORT_DESC = "%s - Powertools to generate Nagios configuration files" % NAME
LONG_DESC = """
%s contains tools and templates for enterprise quality nagios configuration.
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/okconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from __future__ import print_function
from builtins import str
from builtins import input
version = "1.3.3"
version = "1.3.4"

import sys
import okconfig
Expand Down

0 comments on commit 1e0d5db

Please sign in to comment.