Remember to release on master

This commit is contained in:
hugovk 2015-05-07 09:34:43 +03:00
parent 767ff35ff9
commit bf24aadfff

View file

@ -3,6 +3,8 @@
* [ ] Get master to the appropriate code release state. [Travis CI](https://travis-ci.org/pylast/pylast) should be running cleanly for all merges to master.
* [ ] Update version in `pylast/__init__.py` and `setup.py` and commit:
```bash
git checkout master
edit pylast/__init__.py setup.py
git add pylast/__init__.py setup.py
git commit -m "Release 1.3.0"
```