From aae8e950f109a168deb65e102ebb9398c1cd7ce4 Mon Sep 17 00:00:00 2001 From: Chet Luther Date: Wed, 20 Jan 2016 21:53:36 +0000 Subject: [PATCH] Start 1.0.5 hotfix: Version 1.2.0 -> 1.2.1. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3551a2..ec2392b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # or saved. Do not modify them directly here. # NB: PACKAGES is deprecated NAME = "ZenPacks.zenoss.oVirt" -VERSION = "1.2.0" +VERSION = "1.2.1" AUTHOR = "Zenoss Labs " LICENSE = "GPLv2" NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.zenoss']