diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 2c900e0..713f691 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,9 @@ +# 2.5.1 + +## Notable Changes + +* Added support for LLDP neighbors + # 2.5.0 ## Notable Changes diff --git a/docs/source/conf.py b/docs/source/conf.py index d9820e5..0f479f8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = "HPE Aruba" # The full version, including alpha/beta/rc tags -release = "2.5.0" +release = "2.5.1" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 06b3e13..1b4fc4c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pyaoscx", - version="2.5.0", + version="2.5.1", description="AOS-CX Python Modules", long_description=long_description, long_description_content_type="text/markdown",