-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #491 from onboard-data/boolean_enum_history
462- Do not coerce binary/enum Points to values if None when trending
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[project] | ||
name = "BAC0" | ||
version = "2024.09.20dev" | ||
version = "2024.09.20" | ||
description = "BACnet Scripting Framework for testing DDC Controls" | ||
authors = [{name = "Christian Tremblay", email = "[email protected]"}] | ||
readme = "README.md" | ||
|
@@ -40,4 +40,4 @@ include = [ | |
namespaces = false | ||
|
||
[tool.pytest.ini_options] | ||
asyncio_default_fixture_loop_scope = "session" | ||
asyncio_default_fixture_loop_scope = "session" |