We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 76e5ac5 + a68e8bf commit 2fd2441Copy full SHA for 2fd2441
2 files changed
netapp_dataops_k8s/netapp_dataops/k8s/__init__.py
@@ -4,7 +4,7 @@
4
by applications using the import method of utilizing the toolkit.
5
"""
6
7
-__version__ = "2.5.0"
+__version__ = "2.6.0"
8
9
import base64
10
from datetime import datetime
netapp_dataops_traditional/netapp_dataops/traditional/__init__.py
@@ -34,7 +34,7 @@
34
import yaml
35
36
37
38
39
40
# Using this decorator in lieu of using a dependency to manage deprecation
0 commit comments