From 1e0d5db9e796f76c37da05abe19fdfd4baac7f9c Mon Sep 17 00:00:00 2001 From: Gardar Thorsteinsson Date: Wed, 18 Nov 2020 17:44:43 +0000 Subject: [PATCH] Bumped version number to 1.3.4 --- CHANGES | 7 +++++-- okconfig/__init__.py | 2 +- release.sh | 2 +- setup.py | 2 +- usr/bin/okconfig | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGES b/CHANGES index 9e6382e..5adecf9 100644 --- a/CHANGES +++ b/CHANGES @@ -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 @@ -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 diff --git a/okconfig/__init__.py b/okconfig/__init__.py index 6d74e49..722a2d0 100644 --- a/okconfig/__init__.py +++ b/okconfig/__init__.py @@ -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__ = "gardar@ok.is" __status__ = "Development" diff --git a/release.sh b/release.sh index c92b39a..c67e75e 100644 --- a/release.sh +++ b/release.sh @@ -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 diff --git a/setup.py b/setup.py index 02ec7ba..000b644 100644 --- a/setup.py +++ b/setup.py @@ -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. diff --git a/usr/bin/okconfig b/usr/bin/okconfig index d3e0cb0..1a16e59 100755 --- a/usr/bin/okconfig +++ b/usr/bin/okconfig @@ -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