Skip to content

Commit

Permalink
Changed the version to 0.3.7 and changed the rst format in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bharadwajyarlagadda committed Mar 25, 2016
1 parent 6535699 commit 7128a9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 18 deletions.
25 changes: 11 additions & 14 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
Release 0.3.0
Release 0.3.7
=============

- Location API
services
- Finds location by address
- Finds location by point
- Finds location by query
- Elevation API
services
- List
- Polyline
- SeaLevel
- Bounds
- Traffic Incidents API
services
- Location API services
- Finds location by address
- Finds location by point
- Finds location by query
- Elevation API services
- List
- Polyline
- SeaLevel
- Bounds
- Traffic Incidents API services
7 changes: 4 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
.. image:: https://img.shields.io/github/license/mashape/apistatus.svg
:target: http://opensource.org/licenses/MIT
.. image:: https://travis-ci.org/bharadwajyarlagadda/bingmaps.svg?branch=develop
:target: https://travis-ci.org/bharadwajyarlagadda/bingmaps
:target: https://travis-ci.org/bharadwajyarlagadda/bingmaps
.. image:: https://coveralls.io/repos/github/bharadwajyarlagadda/bingmaps/badge.svg?branch=develop
:target: https://coveralls.io/github/bharadwajyarlagadda/bingmaps?branch=develop
:target: https://coveralls.io/github/bharadwajyarlagadda/bingmaps?branch=develop

Links
=====

This package is a python implementation of retrieving the data from bing maps API services
- Project link: https://github.com/bharadwajyarlagadda/bingmaps
- Bing Maps API services: https://msdn.microsoft.com/en-us/library/ff701713.aspx
- Project Documentation: http://bharadwajyarlagadda.github.io/bingmaps
- Project Documentation: http://bharadwajyarlagadda.github.io/bingmaps
2 changes: 1 addition & 1 deletion bingmaps/__pkg__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__package_name__ = "bingmaps"
__description__ = "bingmaps"
__version__ = "0.3.0"
__version__ = "0.3.7"
__url__ = "https://github.com/bharadwajyarlagadda/bingmaps.git"
__author__ = "Bharadwaj Yarlagadda"
__email__ = "yarlagaddabharadwaj@gmail.com"
Expand Down

0 comments on commit 7128a9c

Please sign in to comment.