Merge release branch into master branchΒΆ

The master branch should always contain the last release of the ctools package. You therefore have to merge now the release branch into the master branch by typing:

$ git checkout master
$ git merge release
$ git push origin