Skip to content

Commit 2e98a86

Browse files
authored
2 4 0 release2 (#920)
1 parent 05a3a96 commit 2e98a86

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[![PyPI](https://img.shields.io/pypi/v/napalm.svg)](https://pypi.python.org/pypi/napalm)
22
[![Build Status](https://travis-ci.org/napalm-automation/napalm.svg?branch=master)](https://travis-ci.org/napalm-automation/napalm)
33
[![Coverage Status](https://coveralls.io/repos/github/napalm-automation/napalm/badge.svg)](https://coveralls.io/github/napalm-automation/napalm)
4+
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
45

56

67
NAPALM

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
setup(
1111
name="napalm",
12-
version="2.3.3",
12+
version="2.4.0",
1313
packages=find_packages(exclude=("test*",)),
1414
test_suite="test_base",
1515
author="David Barroso, Kirk Byers, Mircea Ulinic",
@@ -24,6 +24,7 @@
2424
"Programming Language :: Python :: 3.4",
2525
"Programming Language :: Python :: 3.5",
2626
"Programming Language :: Python :: 3.6",
27+
"Programming Language :: Python :: 3.7",
2728
"Operating System :: POSIX :: Linux",
2829
"Operating System :: MacOS",
2930
],

0 commit comments

Comments
 (0)