Skip to content

Commit

Permalink
Prepare for v0.3.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
titus-ong committed Jul 23, 2020
1 parent 18f2639 commit fd5e28a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
History
-------

0.3.9 (2020-07-23)
~~~~~~~~~~~~~~~~~~
* Fix accidental print in NoteEditor
* Include ``__str__`` representation for printing musical classes
* Fix file reading for Colab notebook

0.3.8 (2020-07-23)
~~~~~~~~~~~~~~~~~~
* Reorganised code folder structure
* Changed note structure to be split into letter and symbol
* added ``get_letter_intervals`` method to NoteEditor
* refactored tests to have more of a single responsibility
* Added ``get_letter_intervals`` method to NoteEditor
* Refactored tests to have more of a single responsibility

0.3.7 (2020-07-20)
~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion src/chordparser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

__author__ = 'Titus Ong'
__email__ = 'titusongyl@gmail.com'
__version__ = '0.3.8'
__version__ = '0.3.9'

0 comments on commit fd5e28a

Please sign in to comment.