We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b80e17 commit 1738fdeCopy full SHA for 1738fde
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.6.0"
+__version__ = "2.7.0"
8
9
import base64
10
from datetime import datetime
netapp_dataops_traditional/netapp_dataops/traditional/__init__.py
@@ -40,7 +40,7 @@
40
logger = setup_logger(__name__)
41
42
43
44
45
46
# Using this decorator in lieu of using a dependency to manage deprecation
0 commit comments