-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
115c1f7
commit f5e41e8
Showing
11 changed files
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: rdeephaven | ||
Type: Package | ||
Title: R Client for Deephaven Core | ||
Version: 0.29.0 | ||
Version: 0.29.1 | ||
Date: 2023-05-12 | ||
Author: Deephaven Data Labs | ||
Maintainer: Alex Peters <[email protected]> | ||
|
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,2 +1,2 @@ | ||
# protoc-gen-contextual-auth-wiring | ||
java -cp authorization-codegen/build/libs/deephaven-authorization-codegen-0.29.0-all.jar io.deephaven.auth.codegen.GenerateContextualAuthWiring | ||
java -cp authorization-codegen/build/libs/deephaven-authorization-codegen-0.29.1-all.jar io.deephaven.auth.codegen.GenerateContextualAuthWiring |
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,2 +1,2 @@ | ||
# protoc-gen-service-auth-wiring | ||
java -cp authorization-codegen/build/libs/deephaven-authorization-codegen-0.29.0-all.jar io.deephaven.auth.codegen.GenerateServiceAuthWiring | ||
java -cp authorization-codegen/build/libs/deephaven-authorization-codegen-0.29.1-all.jar io.deephaven.auth.codegen.GenerateServiceAuthWiring |
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
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
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 |
---|---|---|
|
@@ -35,4 +35,4 @@ | |
pass | ||
|
||
__all__ = ["Session", "DHError", "SortDirection"] | ||
__version__ = "0.29.0" | ||
__version__ = "0.29.1" |
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
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ | |
""" | ||
|
||
__version__ = "0.29.0" | ||
__version__ = "0.29.1" | ||
|
||
from deephaven_internal import jvm | ||
|
||
|