- Update HISTORY.md
- Commit the changes:
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
- Update version number (can also be minor or major)
bumpversion patch
| '''Provides utility functions for encoding and decoding linestrings using the | |
| Google encoded polyline algorithm. | |
| ''' | |
| def encode_coords(coords): | |
| '''Encodes a polyline using Google's polyline algorithm | |
| See http://code.google.com/apis/maps/documentation/polylinealgorithm.html | |
| for more information. | |
| cd /usr/local/Library/Formula | |
| git checkout 9e18876 tomcat.rb | |
| brew install tomcat |
git add HISTORY.md
git commit -m "Changelog for upcoming release 0.1.1."
bumpversion patch