We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2cd2fb commit efd5fbaCopy full SHA for efd5fba
CHANGES.txt
@@ -1,3 +1,15 @@
1
+0.0.4 (2015-09-23)
2
+------------------
3
+- Some API fixes related to trailing slashes
4
+- Documentation refresh
5
+- Area search for mosaic quads
6
+- Use workspace id for search
7
+- Editing workspace filters on CLI
8
+- More products for sync tool
9
+- Fix out of sync issue in sync tool
10
+- Delete discarded temp files in atomic file handling
11
+- Cancellation of async processes
12
+
13
0.0.3 (2015-08-25)
14
------------------
15
- Resolve extraneous 'None' appearing in CLI usage
planet/__init__.py
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-__version__ = '0.0.3'
+__version__ = '0.0.4'
0 commit comments