Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 48ff819

Browse files
committed
0.2.0
1 parent 49766f0 commit 48ff819

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.2.0
2+
-----
3+
4+
- Make imports in api.py relative (#20)
5+
- Improve scene search and spec cleanup (#18)
6+
- Support local file uploads (#15)
7+
- Add scenes post body parameters to spec (#13)
8+
- Include token with api request (#12)
9+
- Fix install for Mac OS (#9)
10+
- Add convenience methods for exports and visualization to projects (#4)
11+
- Add leaflet support to project model (#2)
12+
113
0.1.0
214
-----
315

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="rasterfoundry",
5-
version="0.1.0",
5+
version="0.2.0",
66
description='A Python client for Raster Foundry, a web platform for '
77
'combining, analyzing, and publishing raster data.',
88
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)