From bf24aadfff27f9feb930c172c011fb85a3c0975a Mon Sep 17 00:00:00 2001 From: hugovk Date: Thu, 7 May 2015 09:34:43 +0300 Subject: [PATCH] Remember to release on master --- RELEASING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index 8b6ca48..9cd8f8a 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -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" ```