From b09cb750dfce949646b2ce123311de00abd535e6 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Tue, 1 Feb 2022 20:25:34 +0100 Subject: [PATCH] Update changelog and bump version to 0.4.1 --- CHANGELOG.md | 7 ++++++- src/version.h | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86752424..6939cf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] +## [0.4.1] - 2022-02-01 +### Added +- Added support for Python 3.10 and PyPy 3.8. + ## [0.4.0] - 2021-02-07 ### Added - Added `extra_objects` and `return_variables` keyword arguments to `praat.run` and `praat.run_file`. @@ -105,7 +109,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a - Main functionality of `Thing`, `Data`, `Matrix`, `Vector`, `Sound`, `Spectrum`, `Spectrogram`, and `Intensity` classes. Preliminary implementations of `Pitch`, `Harmonicity`, `Formant`, and `MFCC`. - Basic Travis CI configuration. -[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/YannickJadoul/Parselmouth/compare/v0.3.3...v0.4.0 [0.3.3]: https://github.com/YannickJadoul/Parselmouth/compare/v0.3.2...v0.3.3 [0.3.2]: https://github.com/YannickJadoul/Parselmouth/compare/v0.3.1...v0.3.2 diff --git a/src/version.h b/src/version.h index 1fe20530..130fb7f8 100644 --- a/src/version.h +++ b/src/version.h @@ -17,4 +17,4 @@ * along with Parselmouth. If not, see */ -#define PARSELMOUTH_VERSION 0.4.0 +#define PARSELMOUTH_VERSION 0.4.1