Skip to content

Commit 6f8755d

Browse files
committed
Bump: version 0.6.0
1 parent 8b3c4d7 commit 6f8755d

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## [0.6.0] - 2020-01-04
2+
3+
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.
4+
5+
Some other changes — both old, that had been merged but not released, and new — are also part of this release:
6+
7+
### Added
8+
* (#12) Add `channel` and `velocity` properties and setters to Note
9+
* (#18) Update LilyPond.from_Bar to handle minor, flat and sharp keys
10+
* Better documentation for developers and standardization of the development environment
11+
12+
### Changed
13+
* (#42) Fix: 3/x (3/8, 3/16, etc.) are not compound meters
14+
15+
### Fixed
16+
* (#11) Documentation fixes
17+
* (#14) Fix LilyPond filename extension detection

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name="mingus",
9-
version="0.5.2",
9+
version="0.6.0",
1010
description="mingus is a music package for Python",
1111
long_description="""mingus is a package for Python used by programmers, musicians, \
1212
composers and researchers to make and investigate music. At the core of mingus is music theory, \

0 commit comments

Comments
 (0)