We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc5392 commit 55ca019Copy full SHA for 55ca019
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.1.0"
+__version__ = "2.1.1"
8
9
from datetime import datetime
10
import functools
netapp_dataops_traditional/netapp_dataops/traditional.py
@@ -31,7 +31,7 @@
31
import yaml
32
33
34
35
36
37
# Using this decorator in lieu of using a dependency to manage deprecation
0 commit comments