Skip to content

Commit

Permalink
Release 0.2.14 (#40)
Browse files Browse the repository at this point in the history
* Release 0.2.14

* Update HISTORY.md
  • Loading branch information
extremeheat authored Jan 10, 2022
1 parent 5856773 commit 2db19af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.14
* Return None when JS returns null, disable colors in repr(), add uninstall to python package cli (#38)
* py: Use piped stdout if sys.stdout is modified, IDLE fixes (#41)

## 0.2.13
* Add support for node 14 (#33)

Expand Down Expand Up @@ -50,4 +54,4 @@

## 0.1.0

* Initial release of bridge to access Python from JavaScript
* Initial release of bridge to access Python from JavaScript
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pythonia",
"author": "extremeheat",
"description": "Bridge to call and interop Python APIs from Node.js",
"version": "0.2.13",
"version": "0.2.14",
"main": "./src/pythonia/index.js",
"types": "./src/pythonia/index.d.ts",
"repository": "https://github.com/extremeheat/JSPyBridge",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1!0.2.13', # Required
version='1!0.2.14', # Required

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

0 comments on commit 2db19af

Please sign in to comment.