Skip to content

Commit

Permalink
Bump: version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edudobay committed Jan 4, 2020
1 parent 8b3c4d7 commit 6f8755d
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## [0.6.0] - 2020-01-04

This is the first official release to support **Python 3** (≥ 3.5). I've tried not to break Python 2 compatibility, but I'm **officially not supporting Python 2.7** any further, especially since its end-of-life has come.

Some other changes — both old, that had been merged but not released, and new — are also part of this release:

### Added
* (#12) Add `channel` and `velocity` properties and setters to Note
* (#18) Update LilyPond.from_Bar to handle minor, flat and sharp keys
* Better documentation for developers and standardization of the development environment

### Changed
* (#42) Fix: 3/x (3/8, 3/16, etc.) are not compound meters

### Fixed
* (#11) Documentation fixes
* (#14) Fix LilyPond filename extension detection
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="mingus",
version="0.5.2",
version="0.6.0",
description="mingus is a music package for Python",
long_description="""mingus is a package for Python used by programmers, musicians, \
composers and researchers to make and investigate music. At the core of mingus is music theory, \
Expand Down

0 comments on commit 6f8755d

Please sign in to comment.