From 96d9b4204442b9ae3e9a470657a97b43575bce80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Mar 2021 18:30:57 +0000 Subject: [PATCH 1/2] Bump lxml from 4.6.2 to 4.6.3 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.6.2...lxml-4.6.3) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 52a9239..8e575d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ json_tricks==3.12.1 # saving json files with classes and numpy arrays eyeD3==0.8.11 # reading metadata embedded in the audio recordings python-Levenshtein==0.12.0 # semiotic structure labeling similarity networkx==1.11 # semiotic structure labeling clique computation -lxml==4.6.2 # musicxml conversion +lxml==4.6.3 # musicxml conversion musicbrainzngs==0.6 # metadata crawling from musicbrainz essentia==2.1b5;platform_system=='Linux' # music signal processing \ No newline at end of file From e845cd2a1f6b7099bed7eb514bf6a522b344e5e5 Mon Sep 17 00:00:00 2001 From: Sertan Senturk Date: Fri, 2 Apr 2021 12:47:27 +0100 Subject: [PATCH 2/2] Increment minor version --- Changelog.md | 4 ++++ src/tomato/__init__.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index b597a20..270c38b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog +## tomato v0.14.3 + +- Bump lxml from 4.6.2 to 4.6.3. (Pull request [#130](https://github.com/sertansenturk/tomato/pull/130)) + ## tomato v0.14.2 - Fix `theoretical_pitch` unit in `NoteModel` class (Pull request [#128](https://github.com/sertansenturk/tomato/pull/128)) diff --git a/src/tomato/__init__.py b/src/tomato/__init__.py index 745162e..23f0070 100644 --- a/src/tomato/__init__.py +++ b/src/tomato/__init__.py @@ -1 +1 @@ -__version__ = "0.14.2" +__version__ = "0.14.3"