Skip to content

Commit d821f5e

Browse files
committed
bump version to 1.1.0
1 parent 16b7522 commit d821f5e

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

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

3-
## v1.1.0.dev0
3+
## v1.1.0
44

5-
_Unreleased_
6-
7-
* Introduced optional 'normalizedsmooth' argument to reduce dependence on xdata and weights [#47](https://github.com/espdev/csaps/pull/47)
5+
* Introduced optional `normalizedsmooth` argument to reduce dependence on xdata and weights [#47](https://github.com/espdev/csaps/pull/47)
6+
* Update numpy and scipy dependency ranges
87

98
## v1.0.4 (04.05.2021)
109

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.1.0.dev0'
3+
__version__ = '1.1.0'

0 commit comments

Comments
 (0)