Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mmllib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Teckids
Projekt Hack-n-Fun
Libs
mmllib
Commits
04973e68
Verified
Commit
04973e68
authored
3 years ago
by
Nik | Klampfradler
Browse files
Options
Downloads
Patches
Plain Diff
Bump version to release 0.4 and fix up changelog
0.4 was actually never released before
parent
1ecbec78
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.rst
+3
-8
3 additions, 8 deletions
CHANGELOG.rst
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
9 deletions
CHANGELOG.rst
+
3
−
8
View file @
04973e68
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
---
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
04973e68
...
...
@@ -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
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment