Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
Roll version for upcoming release
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed Oct 9, 2017
1 parent c496d37 commit 8bc7690
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion napalm_ios/ios.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ def get_facts(self):
# default values.
vendor = u'Cisco'
uptime = -1
serial_number, fqdn, os_version, hostname, domain_name = (u'Unknown',)*5
serial_number, fqdn, os_version, hostname, domain_name = ('Unknown',) * 5

# obtain output from device
show_ver = self._send_command('show version')
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name="napalm-ios",
version="0.8.0",
version="0.8.1",
packages=find_packages(),
author="Kirk Byers",
author_email="[email protected]",
Expand Down

0 comments on commit 8bc7690

Please sign in to comment.