Skip to content

Commit 1722dff

Browse files
committed
chore(version): python-remote-file-source-v0.1.0
1 parent 00595b8 commit 1722dff

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
3+
4+
- - -
5+
## python-remote-file-source-v0.1.0 - 2025-11-12
6+
#### Features
7+
- DH-19715: Python remote file source plugin (#1243) - (8039d15) - bmingles
8+
9+
- - -
10+
11+
Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).

plugins/python-remote-file-source/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = deephaven-plugin-python-remote-file-source
33
description = A Deephaven bi-directional plugin to allow sourcing Python imports from a remote file source.
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.0.1.dev0
6+
version = 0.1.0
77
url = https://github.com/deephaven/deephaven-plugins
88
project_urls =
99
Source Code = https://github.com/deephaven/deephaven-plugins

plugins/python-remote-file-source/src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/js-plugin-python-remote-file-source",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Deephaven plugin for importing Python modules from a remote location",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)