From aa91f087304859124f8a2fd91b7cbe1981c306a0 Mon Sep 17 00:00:00 2001 From: Vladimir Vargas Date: Tue, 15 Aug 2023 11:24:10 -0700 Subject: [PATCH] Update to version 2.5.0 for official release See RELEASE-NOTES.md for latest update details. Change-Id: Idf3693ba2356b705850ec6d5090d3e570351b463 (cherry picked from commit cbc190aedd365ca7c26bee95251c42a90e087e13) --- RELEASE-NOTES.md | 12 ++++++++++++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 9029811..2c900e0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,13 @@ +# 2.5.0 + +## Notable Changes + +* Added support for LAG interface +* Added support for DNS configuration +* Added enhancements to VLAN module + * New attributes: voice, igmp snooping and vsx-sync +* Bugfixes for Interface module related to vlan trunks + # 2.4.1 ## Notable Changes @@ -15,6 +25,8 @@ * Fixed bugs for DHCP Relay class * Added function to get firmware status * Fully tested Port Security functionality +* Fixed OSPF active interface functionality +* Fixed readthedocs autogeneration * New modules supported and fully tested: * mac.py * poe_interface.py diff --git a/docs/source/conf.py b/docs/source/conf.py index 4ed54ed..d9820e5 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.4.1" +release = "2.5.0" # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index b0e27ff..06b3e13 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="pyaoscx", - version="2.4.1", + version="2.5.0", description="AOS-CX Python Modules", long_description=long_description, long_description_content_type="text/markdown",