From 019e6c06ea92a868349883d846bcb1ff57f10822 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 23 Aug 2016 09:11:40 +0100 Subject: [PATCH] Version 2.7 --- crassh.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crassh.py b/crassh.py index 56fb256..951c637 100755 --- a/crassh.py +++ b/crassh.py @@ -24,7 +24,7 @@ # pylint: disable=C0301 # Global variables -crassh_version = "2.6" # Version Control in a Variable +crassh_version = "2.7" # Version Control in a Variable remote_conn = "" # Paramiko Remote Connection remote_conn_pre = "" # Paramiko Remote Connection Settings (pre-connect) diff --git a/setup.py b/setup.py index f38d435..1bc61a6 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ README = open('README.rst').read() setup(name='CraSSH', - version='2.6', + version='2.7', description='Cisco Remote Automation via SSH (or C.R.A.SSH for short) is a python script for automating commands on Cisco devices.', long_description=README, author='Nick Bettison',