Skip to content

Commit fcec267

Browse files
Release 1.1.2 (#116)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e3a091 commit fcec267

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

HISTORY.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.1.2
2+
* [javascript: don't try manually resolving path after package installation, try import() directly (#115)](https://github.com/extremeheat/JSPyBridge/commit/0e3a0913165142a62616dafaca4003cee2af304f) (thanks @extremeheat)
3+
14
## 1.1.1
25
* [Fix `javascript` stdout not appearing in Python on notebooks (#112)](https://github.com/extremeheat/JSPyBridge/commit/d2ec236ec6b348804103816ca92de98699cb9036) (thanks @extremeheat)
36

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pythonia",
33
"author": "extremeheat",
44
"description": "Bridge to call and interop Python APIs from Node.js",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"main": "./src/pythonia/index.js",
77
"types": "./src/pythonia/index.d.ts",
88
"repository": "https://github.com/extremeheat/JSPyBridge",

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# For a discussion on single-sourcing the version across setup.py and the
3333
# project code, see
3434
# https://packaging.python.org/en/latest/single_source_version.html
35-
version='1!1.1.1', # Required
35+
version='1!1.1.2', # Required
3636

3737
# This is a one-line description or tagline of what your project does. This
3838
# corresponds to the "Summary" metadata field:

0 commit comments

Comments
 (0)