Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lxml from 4.6.2 to 4.6.3 #130

Merged
merged 2 commits into from
Apr 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/tomato/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.14.2"
__version__ = "0.14.3"