Skip to content

Commit 716a704

Browse files
committed
0.4 release prep
1 parent 87255f0 commit 716a704

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

docs/changes.rst

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Changes
22
-------
33

4+
v0.4.0
5+
~~~~~~
6+
2022-08-05
7+
8+
- `#109 <https://github.com/bmcfee/resampy/pull/109>`_ Reduced import time and switched to parallel=False by default.
9+
- `#109 <https://github.com/bmcfee/resampy/pull/109>`_ Integer-valued inputs now produce floating point outputs.
10+
411
v0.3.1
512
~~~~~~
613
2022-07-07

resampy/version.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# -*- coding: utf-8 -*-
33
"""Version info"""
44

5-
short_version = '0.3'
6-
version = '0.3.1'
5+
short_version = '0.4'
6+
version = '0.4.0'

0 commit comments

Comments
 (0)