From 2db19afc28b2b6d4e6778b96bff9cee656dbfaa7 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Mon, 10 Jan 2022 17:30:46 -0500 Subject: [PATCH] Release 0.2.14 (#40) * Release 0.2.14 * Update HISTORY.md --- HISTORY.md | 6 +++++- package.json | 2 +- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index fdc6750..72316cf 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -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) @@ -50,4 +54,4 @@ ## 0.1.0 -* Initial release of bridge to access Python from JavaScript \ No newline at end of file +* Initial release of bridge to access Python from JavaScript diff --git a/package.json b/package.json index 4585683..e9718b2 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/setup.py b/setup.py index 3c774f5..22746a9 100644 --- a/setup.py +++ b/setup.py @@ -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: