From d76f3e4582756ee2e9f1ab217442785d03530d30 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Sun, 27 Feb 2022 15:52:35 -0500 Subject: [PATCH] Release 0.2.16 (#52) * Update HISTORY.md * Update package.json * Update setup.py --- HISTORY.md | 3 +++ package.json | 2 +- setup.py | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 96b0e9e..ebc88cc 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,6 @@ +## 0.2.16 +* py: Fixed console.log not working in Windows (#50) - @Peticali + ## 0.2.15 * py: Fix variable assignment in events #45 * js/pythonia: Remove some type definitions (#43) diff --git a/package.json b/package.json index e8770c4..d37d29a 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.15", + "version": "0.2.16", "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 445494c..0452f90 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.15', # Required + version='1!0.2.16', # Required # This is a one-line description or tagline of what your project does. This # corresponds to the "Summary" metadata field: @@ -194,4 +194,4 @@ 'Say Thanks!': 'https://github.com/extremeheat/JSPyBridge', 'Source': 'https://github.com/extremeheat/JSPyBridge/', }, -) \ No newline at end of file +)