fix: ensure converted python file in utf-8 encoding

This commit is contained in:
debugtalk
2020-05-23 19:54:30 +08:00
parent d44ab5b99d
commit 5196cfa3ec
5 changed files with 9 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 3.0.6 (2020-05-23)
**Fixed**
- fix: ensure converted python file in utf-8 encoding
## 3.0.5 (2020-05-22)
**Added**