Skip to content

Commit 6bdd332

Browse files
committed
chore(version): python-remote-file-source-v0.1.2
1 parent d65ebc6 commit 6bdd332

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-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.

plugins/python-remote-file-source/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## python-remote-file-source-v0.1.2 - 2025-11-13
6+
#### Tests
7+
- Added tox test (#1266) - (d65ebc6) - bmingles
8+
9+
- - -
10+
511
## python-remote-file-source-v0.1.1 - 2025-11-12
612
#### Bug Fixes
713
- Python Remote File Source did not have correct repository (#1265) - (2a8f690) - mofojed

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.1.1.dev0
6+
version = 0.1.2
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.1.1",
3+
"version": "0.1.2",
44
"description": "Deephaven plugin for importing Python modules from a remote location",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)