We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5dfac1 commit 0ac0cbeCopy full SHA for 0ac0cbe
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.0.0alpha7"
+__version__ = "2.0.0beta1"
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.0.0alpha25"
35
36
37
# Using this decorator in lieu of using a dependency to manage deprecation
0 commit comments