Skip to content

Commit c03da65

Browse files
committed
v1.7.2
1 parent ca5db36 commit c03da65

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 2021-01-20 [ 1.7.2 ]:
2+
--------------------------
3+
* bugfixes
4+
- None
5+
* features
6+
- Added the NEP 29 policy
7+
* tasks
8+
- Added CI for minimum version dependencies
9+
* documentation
10+
- Updated README to convery NEP 29
11+
12+
113
# 2021-01-19 [ 1.7.1 ]:
214
--------------------------
315
* bugfixes

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def get_extras_require():
2828

2929
configuration = {
3030
"name": "stumpy",
31-
"version": "1.7.1",
31+
"version": "1.7.2",
3232
"python_requires=": ">=3.6",
3333
"author": "Sean M. Law",
3434
"author_email": "[email protected]",

0 commit comments

Comments
 (0)