diff --git a/ChangeLog.md b/ChangeLog.md index dad6d51..9692af3 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,7 @@ # PyPowerStore Change Log ## Version 3.4.0.0 - released on 29/11/24 -- Added the Support for SNMP server object. +- Added the support for SNMP server object. ## Version 3.3.0.0 - released on 31/05/24 - Added the Support for ACL in SMB Share object. diff --git a/PyPowerStore/__init__.py b/PyPowerStore/__init__.py index a88aaa3..0fb6fa2 100644 --- a/PyPowerStore/__init__.py +++ b/PyPowerStore/__init__.py @@ -3,6 +3,6 @@ """__init__.py.""" __title__ = 'PyPowerStore' -__version__ = '3.3.0.0' +__version__ = '3.4.0.0' __author__ = 'Dell Technologies or its subsidiaries' __copyright__ = 'Copyright 2024 Dell Technologies' diff --git a/docs/conf.py b/docs/conf.py index 7769d50..cd8d502 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -25,7 +25,7 @@ author = 'Dell' # The full version, including alpha/beta/rc tags -release = '3.3.0.0' +release = '3.4.0.0' # -- General configuration ---------------------------------------------------