PowerMax Manila - Version increment for Victoria

Incrementing the manila version for Victoria

Change-Id: I61803be1ee577660c4aac6169ff42568faf342c2
This commit is contained in:
Helen Walsh 2020-08-24 13:44:56 +01:00
parent 90bf1cee86
commit 85527715be
1 changed files with 2 additions and 1 deletions

View File

@ -41,8 +41,9 @@ from manila import utils
3.1.0 - Access Host details prevents a read-only share mounts
(bug #1845147)
3.2.0 - Wrong format of export locations (bug #1871999)
3.3.0 - Victoria release
"""
VERSION = "3.2.0"
VERSION = "3.3.0"
LOG = log.getLogger(__name__)