We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab64ec commit a5d0371Copy full SHA for a5d0371
3 files changed
AUTHORS.rst
@@ -11,4 +11,4 @@ Development Lead
11
Contributors
12
............
13
14
-None yet. Why not be the first?
+* amelie106
HISTORY.rst
@@ -1,6 +1,10 @@
1
History
2
=======
3
4
+0.4.2 (2023-03-26)
5
+~~~~~~~~~~~~~~~~~~
6
+* Fix incorrect roman scale conversion
7
+
8
0.4.1 (2020-07-28)
9
~~~~~~~~~~~~~~~~~~
10
* Fix imports for autodoc to show documentation properly
src/chordparser/__init__.py
@@ -16,4 +16,4 @@
16
17
__author__ = 'Titus Ong'
18
__email__ = 'titusongyl@gmail.com'
19
-__version__ = '0.4.1'
+__version__ = '0.4.2'
0 commit comments