diff --git a/manila/share/drivers/dell_emc/plugins/powermax/connection.py b/manila/share/drivers/dell_emc/plugins/powermax/connection.py index a914749346..ae91806475 100644 --- a/manila/share/drivers/dell_emc/plugins/powermax/connection.py +++ b/manila/share/drivers/dell_emc/plugins/powermax/connection.py @@ -42,8 +42,9 @@ from manila import utils (bug #1845147) 3.2.0 - Wrong format of export locations (bug #1871999) 3.3.0 - Victoria release + 3.4.0 - Wallaby release """ -VERSION = "3.3.0" +VERSION = "3.4.0" LOG = log.getLogger(__name__)