chiark / gitweb /
Merge branch 'master' into 'master'
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 3 Aug 2015 21:02:56 +0000 (21:02 +0000)
committerDaniel Martí <mvdan@mvdan.cc>
Mon, 3 Aug 2015 21:02:56 +0000 (21:02 +0000)
commit01cd81e19b17a76e4ec7aba7f3860271d54347f9
tree4b8374ecc093068b5a38217167ac2401c2aa7140
parent00ace20d9be8c9bd516fc8257e2ce88b9d7a38da
parent82acf3a0f826c7fe500e8a2ff1f235be6c17c6f7
Merge branch 'master' into 'master'

let setuptools determine the base install path on OSX

This is the last commit from me before the 0.4.0 release.  Its ready to go!

A gentle reminder:
* sign the tag: `git tag -s 0.4.0 -m "tagging release 0.4.0"`
* release tags are `0.4.0` format, not `v0.4.0`
* change the version in `setup.py` to match the tag exactly, char by char

Then I'll post the update to pypi.python.org

See merge request !59