Skip to content

Commit 694bb8d

Browse files
authored
Bump version to 2.1.0 and update description
Updated version number and modified application description to reflect new features and support.
1 parent 1554dfd commit 694bb8d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pureTakeFBsnapshot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from purity_fb import PurityFb, FileSystem, FileSystemSnapshot, SnapshotSuffix, rest
1414

1515
# Global Variables
16-
VERSION = '2.0.0'
16+
VERSION = '2.1.0'
1717
HEADER = 'Everpure Take FlashBlade Snapshot (' + VERSION + ')'
1818
BANNER = ('=' * 132)
1919
DEBUG_FLAG = False
@@ -23,7 +23,7 @@
2323
def parsecl():
2424
usage = 'usage: %prog [options]'
2525
version = '%prog ' + VERSION
26-
description = "This application has been developed using Everpure v1.12 RESTful Web Service interfaces. Developed and tested using Python 3.9.5 Please contact ron@everpuredata.com for assistance."
26+
description = "Tested with FlashBlade fine-grain granual RBAC support, availabile from Purity 4.8.1. To use FlashBlade REALMS, prefix File System with Real name, seperated with double-colon for example <<Realm Name>::<File System>. Please contact ron@everpuredata.com for assistance."
2727

2828
parser = OptionParser(usage=usage, version=version, description=description)
2929

0 commit comments

Comments
 (0)