Skip to content

Commit

Permalink
Release 0.2.16 (#52)
Browse files Browse the repository at this point in the history
* Update HISTORY.md

* Update package.json

* Update setup.py
  • Loading branch information
extremeheat authored Feb 27, 2022
1 parent 40c9e10 commit d76f3e4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
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.15",
"version": "0.2.16",
"main": "./src/pythonia/index.js",
"types": "./src/pythonia/index.d.ts",
"repository": "https://github.com/extremeheat/JSPyBridge",
Expand Down
4 changes: 2 additions & 2 deletions 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.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:
Expand Down Expand Up @@ -194,4 +194,4 @@
'Say Thanks!': 'https://github.com/extremeheat/JSPyBridge',
'Source': 'https://github.com/extremeheat/JSPyBridge/',
},
)
)

0 comments on commit d76f3e4

Please sign in to comment.