-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* RTU modeling * v0 widget create * tune some log messages * add changelog * fix comment * configurable from env * changelog * fix log message * docs * Runtime error if submitting execute requests with no Kernel running * changelog * Add file version lookup to APIClient * update dependencies * 1.1.0 release * Add file version lookup to APIClient * update dependencies * 1.1.0 release * changelog * changelog fixes
- Loading branch information
Matt Kafonek
authored
Sep 28, 2023
1 parent
2f58315
commit 35a9675
Showing
2 changed files
with
4 additions
and
2 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
[tool.poetry] | ||
name = "noteable-origami" | ||
version = "1.0.0" | ||
version = "1.1.0" | ||
description = "The Noteable API interface" | ||
authors = ["Matt Seal <[email protected]>"] | ||
maintainers = ["Matt Seal <[email protected]>"] | ||
|