We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a727ccc commit 10a4598Copy full SHA for 10a4598
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__ = "3.0.0"
+__version__ = "3.1.0"
8
9
import base64
10
from datetime import datetime
netapp_dataops_traditional/netapp_dataops/traditional/__init__.py
logger = setup_logger(__name__)
from .exceptions import (
InvalidConfigError,
0 commit comments