We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de01edd commit 443bf81Copy full SHA for 443bf81
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.31.3](https://github.com/atom-ide-community/atom-script/compare/v3.31.2...v3.31.3) (2021-05-11)
2
+
3
4
+### Bug Fixes
5
6
+* set utf-8 encoding for Python ([eb4700d](https://github.com/atom-ide-community/atom-script/commit/eb4700d08d085dec678e94ae9add0afe738f17b4))
7
8
## [3.31.2](https://github.com/atom-ide-community/atom-script/compare/v3.31.1...v3.31.2) (2021-05-11)
9
10
package.json
@@ -1,7 +1,7 @@
{
"name": "script",
"main": "./lib/script",
- "version": "3.31.2",
+ "version": "3.31.3",
"private": false,
"description": "Run code in Atom!",
"author": "Kyle Kelley <[email protected]>",
0 commit comments