From 4438b1cc309e477435dc42dd8593a35f13578fca Mon Sep 17 00:00:00 2001 From: David Barroso Date: Fri, 3 Mar 2017 09:06:30 +0100 Subject: [PATCH] Release 1.2.0 (#354) * Add explanation of how the _name keyword works (#346) * Add explanation of how the _name keyword works * Fix typo * Deprecate IBM driver (#349) * Remove IBM driver * Removing napalm-ibm * Remove IBM * Bump version (#353) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 422bcdd70..7f79cc25e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="napalm", - version="1.1.0", + version="1.2.0", packages=find_packages(), author="David Barroso", author_email="dbarrosop@dravetech.com",