From 6989262abdd36b35572b32f474fa7a2a6458ec3a Mon Sep 17 00:00:00 2001 From: amyers Date: Wed, 26 Jan 2011 17:52:32 -0500 Subject: [PATCH] Removed extraneous XML from the end of CiscoASA's objects.xml --- ZenPacks/Firestar/CiscoASA/objects/objects.xml | 16 ---------------- setup.py | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/ZenPacks/Firestar/CiscoASA/objects/objects.xml b/ZenPacks/Firestar/CiscoASA/objects/objects.xml index f087bf5..5e0bbf3 100644 --- a/ZenPacks/Firestar/CiscoASA/objects/objects.xml +++ b/ZenPacks/Firestar/CiscoASA/objects/objects.xml @@ -27122,20 +27122,4 @@ readonly - -Cisco 5580-40 Adaptive Security Appliance - - -5580-40 ASA - - -['5580-40 ASA'] - - -Cisco 5580-40 Adaptive Security Appliance - - -False - - diff --git a/setup.py b/setup.py index 2f93855..8fb38df 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ # These variables are overwritten by Zenoss when the ZenPack is exported # or saved. Do not modify them directly here. NAME = 'ZenPacks.Firestar.CiscoASA' -VERSION = '2.1.1' +VERSION = '2.1.2' AUTHOR = 'Chris Morrison - chris.morrison@sita.aero, R.Esteve' LICENSE = '' NAMESPACE_PACKAGES = ['ZenPacks', 'ZenPacks.Firestar']