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 4a47620 commit 46acd59Copy full SHA for 46acd59
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 2019-11-03 [ 1.2.2 ]:
2
+--------------------------
3
+* bugfixes
4
+ - Fixed Python AST utf8 file reading bug on Windows
5
+
6
# 2019-11-03 [ 1.2.1 ]:
7
--------------------------
8
* bugfixes
setup.py
@@ -8,7 +8,7 @@ def readme():
9
configuration = {
10
"name": "stumpy",
11
- "version": "1.2.1",
+ "version": "1.2.2",
12
"python_requires=": ">=3.6",
13
"author": "Sean M. Law",
14
"author_email": "[email protected]",
0 commit comments