Skip to content
Snippets Groups Projects
Verified Commit 04973e68 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Bump version to release 0.4 and fix up changelog

0.4 was actually never released before
parent 1ecbec78
No related branches found
No related tags found
No related merge requests found
Changelog for MMLlib
====================
0.5 (Unreleased)
----------------
0.4
---
- Add octave tracking feature.
- Add basic support for MicroPython/ESP PWM
- The “mmllint” command can now output “normalised” MML,
that is, MML which will play on GW-BASIC without the
......@@ -12,15 +13,9 @@ Changelog for MMLlib
- “N” without number is now correctly parsed (as rest)
- Update documentation wrt performance expectations, fine detail
- ./run.py (in-tree) defaults to python3 as interpreter now
- Octave tracking performs more correctly
- “O” without number now sets the default octave (extension),
which was already implied in both documentation and consistency
0.4
---
- Add octave tracking feature.
0.3
---
......
......@@ -41,7 +41,7 @@ if sys.version_info < (2, 6, 0):
setup(
# Basic information
name = 'MMLlib',
version = '0.4.0.dev0',
version = '0.4',
description = 'Modern library for handling Music Macro Language',
long_description = long_description,
license = 'MirOS',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment