diff --git a/HISTORY.md b/HISTORY.md index 72316cf..96b0e9e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 0.2.15 +* py: Fix variable assignment in events #45 +* js/pythonia: Remove some type definitions (#43) + ## 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) diff --git a/package.json b/package.json index e9718b2..e8770c4 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.14", + "version": "0.2.15", "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 22746a9..445494c 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.14', # Required + version='1!0.2.15', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: