Skip to content

Commit

Permalink
Update version num to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Oglesby, Michael authored and Oglesby, Michael committed Dec 2, 2021
1 parent 2dc5392 commit 55ca019
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/__init__.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.0"
__version__ = "2.1.1"

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.0"
__version__ = "2.1.1"


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

0 comments on commit 55ca019

Please sign in to comment.