Skip to content

Commit

Permalink
chore(release): prepare from v8.1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Dec 23, 2021
1 parent 0a2aa73 commit cbbe7c5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/system/__version__.py
@@ -1,6 +1,6 @@
"""Package information."""

__version__ = "8.1.12"
__build__ = "2021111810"
__cycle__ = ".post3"
__version__ = "8.1.13"
__build__ = "2021122108"
__cycle__ = ""
__package_version__ = "{0}{1}".format(__version__, __cycle__)
4 changes: 4 additions & 0 deletions src/system/tag.py
Expand Up @@ -795,6 +795,10 @@ def storeTagHistory(
paths). Instead, the cache must first be cleared, and then a new
entry will be added the next time this function is called.
If a Tag's datatype changes after recording Tag history, this
function will create a new entry in the sqlth_te table to reflect
the change.
Args:
historyprovider: The historical provider to store to.
tagprovider: The name of the realtime Tag provider to associate
Expand Down

0 comments on commit cbbe7c5

Please sign in to comment.