Skip to content

Commit

Permalink
Merge master changes back to develop (#100)
Browse files Browse the repository at this point in the history
* Lift version to 0.4.1

* Adapt to napalm 4.1 tests (#90)

* use netmiko_args

* Add changes for 4.1.0 (#89)

* Update requirements.txt

* Typpo in requirements

* _send_command has only two parameters

* Adapt to stricter Unit tests

---------

Co-authored-by: Anton Gridnev <[email protected]>

* Remove s350_base_interfaces custom map - it is allready in napalm base

* Adapt Unit tests to canonical_interface_name()

---------

Co-authored-by: Dave <[email protected]>
Co-authored-by: Anton Gridnev <[email protected]>

* move version to 0.4.1.1

* Make it napalm 5 compliant  (#92)

* use netmiko_args

* Add changes for 4.1.0 (#89)

* Update requirements.txt

* Typpo in requirements

* _send_command has only two parameters

* Adapt to stricter Unit tests

---------

Co-authored-by: Anton Gridnev <[email protected]>

* Remove s350_base_interfaces custom map - it is allready in napalm base

* Adapt Unit tests to canonical_interface_name()

* Add format parameter to get_config()

* Add badges

---------

Co-authored-by: Dave <[email protected]>
Co-authored-by: Anton Gridnev <[email protected]>

* move version to 5.0.0

* move to version 0.5.0

---------

Co-authored-by: Dave <[email protected]>
Co-authored-by: Anton Gridnev <[email protected]>
  • Loading branch information
3 people authored Apr 24, 2024
1 parent 092f595 commit 83d93de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="napalm-s350",
version="0.4.0",
version="0.5.0",
packages=find_packages(exclude=("test*",)),
author="Jasper Lievisse Adriaanse, Petr Klíma, Daniel Bacher",
author_email="[email protected], [email protected], [email protected]",
Expand Down

0 comments on commit 83d93de

Please sign in to comment.