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",