Skip to content

Commit ae1a92a

Browse files
committed
bump version to 1.0.2
1 parent 704dc37 commit ae1a92a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.0.2 (19.07.2020)
4+
5+
* Fix using 'nu' argument when n-d grid spline evaluating [#32](https://github.com/espdev/csaps/pull/32)
6+
37
## v1.0.1 (19.07.2020)
48

59
* Fix n-d grid spline evaluating performance regression [#31](https://github.com/espdev/csaps/pull/31)

csaps/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# -*- coding: utf-8 -*-
22

3-
__version__ = '1.0.1'
3+
__version__ = '1.0.2'

0 commit comments

Comments
 (0)