Skip to content

Commit

Permalink
Bump version: 0.5.2 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mberz committed Mar 30, 2023
1 parent 85739c9 commit dc71cf8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
History
=======

0.5.3 (2023-03-30)
------------------

* Bugfix: Spectrum interpolation on logarithmically spaced frequency bins including zero frequency. (PR #453)
* Bugfix: Include signal domain and fft norm when writing Signals to far-files. (PR #443)
* Bugfix: Return the HRIRs contained in the sample file in the correct order. (PR #448)

0.5.2 (2023-01-20)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyfar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """The pyfar developers"""
__email__ = ''
__version__ = '0.5.2'
__version__ = '0.5.3'


from .classes.audio import Signal, TimeData, FrequencyData
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.5.3
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"Documentation": "https://pyfar.readthedocs.io/",
"Source Code": "https://github.com/pyfar/pyfar",
},
version='0.5.2',
version='0.5.3',
zip_safe=False,
python_requires='>=3.8'
)

0 comments on commit dc71cf8

Please sign in to comment.