We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18ec8a commit bf00466Copy full SHA for bf00466
2 files changed
netapp_dataops_k8s/netapp_dataops/k8s.py
@@ -4,7 +4,7 @@
4
by applications using the import method of utilizing the toolkit.
5
"""
6
7
-__version__ = "2.1.0beta2"
+__version__ = "2.1.0"
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
-__version__ = "2.1.0beta1"
35
36
37
# Using this decorator in lieu of using a dependency to manage deprecation
0 commit comments