Skip to content

Commit

Permalink
change version to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
willemarcel committed Feb 26, 2017
1 parent 75db883 commit e20dfbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ All notable changes to ``sentinelsat`` will be listed here.
Added
~~~~~

- Added ``to_dict``, ``to_dataframe`` and ``to_geodataframe`` which convert the response content to respective types.
The pandas, geopandas and shapely dependencies are not installed by default.
- Added ``to_dict``, ``to_dataframe`` and ``to_geodataframe`` which convert the
response content to respective types. The pandas, geopandas and shapely dependencies
are not installed by default.

Changed
~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion sentinelsat/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.1'
__version__ = '0.9'

0 comments on commit e20dfbf

Please sign in to comment.