Skip to content

Commit 46acd59

Browse files
committed
Updated CHANGELOG for v1.2.2
1 parent 4a47620 commit 46acd59

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
# 2019-11-03 [ 1.2.1 ]:
27
--------------------------
38
* bugfixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99
configuration = {
1010
"name": "stumpy",
11-
"version": "1.2.1",
11+
"version": "1.2.2",
1212
"python_requires=": ">=3.6",
1313
"author": "Sean M. Law",
1414
"author_email": "[email protected]",

0 commit comments

Comments
 (0)