Skip to content

Commit

Permalink
Update to version 2.5.0 for official release
Browse files Browse the repository at this point in the history
See RELEASE-NOTES.md for latest update details.

Change-Id: Idf3693ba2356b705850ec6d5090d3e570351b463
(cherry picked from commit cbc190aedd365ca7c26bee95251c42a90e087e13)
  • Loading branch information
Vladimir Vargas committed Sep 7, 2023
1 parent 52ce744 commit aa91f08
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit aa91f08

Please sign in to comment.