Skip to content

Commit

Permalink
Update version num to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oglesby, Michael authored and Oglesby, Michael committed Oct 13, 2021
1 parent b18ec8a commit bf00466
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netapp_dataops_k8s/netapp_dataops/k8s.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
by applications using the import method of utilizing the toolkit.
"""

__version__ = "2.1.0beta2"
__version__ = "2.1.0"

from datetime import datetime
import functools
Expand Down
2 changes: 1 addition & 1 deletion netapp_dataops_traditional/netapp_dataops/traditional.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import yaml


__version__ = "2.1.0beta1"
__version__ = "2.1.0"


# Using this decorator in lieu of using a dependency to manage deprecation
Expand Down

0 comments on commit bf00466

Please sign in to comment.