Skip to content

Commit dab50a5

Browse files
committed
updated v0.4.9
- Fixed [issue 11](#11). - Updated to recent API calls based on Issue and general improvements - Added auto version check from pypi.
1 parent 4f30ca8 commit dab50a5

33 files changed

+301
-1101
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ http://doi.org/10.5281/zenodo.3772053
2020
* [Getting started](#getting-started)
2121
* [Uploading](#uploading)
2222
* [Usage examples](#usage-examples)
23-
* [version](#version)
2423
* [readme](#readme)
2524
* [quota](#quota)
2625
* [search](#search)
@@ -71,13 +70,6 @@ To obtain help for a specific functionality, simply call it with _help_ switch,
7170

7271
## Usage examples
7372

74-
### version
75-
This prints the tool version and escapes. Simple use would be
76-
77-
```
78-
geeadd version
79-
```
80-
8173
### readme
8274
Now open the readme webpage in your browser using
8375

@@ -283,6 +275,11 @@ Required named arguments.:
283275

284276
### Changelog
285277

278+
### v0.4.9
279+
- Fixed [issue 11](https://github.com/samapriya/gee_asset_manager_addon/issues/11).
280+
- Updated to recent API calls based on Issue and general improvements
281+
- Added auto version check from pypi.
282+
286283
### v0.4.7
287284
- Fixed issue with delete tool and shell call.
288285
- Fixed issue with copy and move function for single collections

dist/geeadd-0.4.8-py3-none-any.whl

-27.8 KB
Binary file not shown.

dist/geeadd-0.4.8.tar.gz

-22.1 KB
Binary file not shown.

dist/geeadd-0.4.9-py3-none-any.whl

28.2 KB
Binary file not shown.

dist/geeadd-0.4.9.tar.gz

22.4 KB
Binary file not shown.

docs/404.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -276,18 +276,6 @@
276276

277277

278278

279-
<li class="md-nav__item">
280-
<a href="/samapriya/projects/version/" title="Version" class="md-nav__link">
281-
Version
282-
</a>
283-
</li>
284-
285-
286-
287-
288-
289-
290-
291279
<li class="md-nav__item">
292280
<a href="/samapriya/projects/quota/" title="Quota tool" class="md-nav__link">
293281
Quota tool

docs/changelog/index.html

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -282,18 +282,6 @@
282282

283283

284284

285-
<li class="md-nav__item">
286-
<a href="../projects/version/" title="Version" class="md-nav__link">
287-
Version
288-
</a>
289-
</li>
290-
291-
292-
293-
294-
295-
296-
297285
<li class="md-nav__item">
298286
<a href="../projects/quota/" title="Quota tool" class="md-nav__link">
299287
Quota tool
@@ -518,6 +506,13 @@
518506
<label class="md-nav__title" for="__toc">Table of contents</label>
519507
<ul class="md-nav__list" data-md-scrollfix>
520508

509+
<li class="md-nav__item">
510+
<a href="#v049" class="md-nav__link">
511+
v0.4.9
512+
</a>
513+
514+
</li>
515+
521516
<li class="md-nav__item">
522517
<a href="#v047" class="md-nav__link">
523518
v0.4.7
@@ -682,6 +677,13 @@
682677
<label class="md-nav__title" for="__toc">Table of contents</label>
683678
<ul class="md-nav__list" data-md-scrollfix>
684679

680+
<li class="md-nav__item">
681+
<a href="#v049" class="md-nav__link">
682+
v0.4.9
683+
</a>
684+
685+
</li>
686+
685687
<li class="md-nav__item">
686688
<a href="#v047" class="md-nav__link">
687689
v0.4.7
@@ -835,6 +837,12 @@
835837

836838

837839
<h1 id="changelog">Changelog<a class="headerlink" href="#changelog" title="Permanent link">&para;</a></h1>
840+
<h3 id="v049">v0.4.9<a class="headerlink" href="#v049" title="Permanent link">&para;</a></h3>
841+
<ul>
842+
<li>Fixed <a href="https://github.com/samapriya/gee_asset_manager_addon/issues/11">issue 11</a>.</li>
843+
<li>Updated to recent API calls based on Issue and general improvements</li>
844+
<li>Added auto version check from pypi.</li>
845+
</ul>
838846
<h3 id="v047">v0.4.7<a class="headerlink" href="#v047" title="Permanent link">&para;</a></h3>
839847
<ul>
840848
<li>Fixed issue with delete tool and shell call.</li>

docs/index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -316,18 +316,6 @@
316316

317317

318318

319-
<li class="md-nav__item">
320-
<a href="projects/version/" title="Version" class="md-nav__link">
321-
Version
322-
</a>
323-
</li>
324-
325-
326-
327-
328-
329-
330-
331319
<li class="md-nav__item">
332320
<a href="projects/quota/" title="Quota tool" class="md-nav__link">
333321
Quota tool

docs/installation/index.html

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -291,18 +291,6 @@
291291

292292

293293

294-
<li class="md-nav__item">
295-
<a href="../projects/version/" title="Version" class="md-nav__link">
296-
Version
297-
</a>
298-
</li>
299-
300-
301-
302-
303-
304-
305-
306294
<li class="md-nav__item">
307295
<a href="../projects/quota/" title="Quota tool" class="md-nav__link">
308296
Quota tool
@@ -594,13 +582,13 @@ <h1 id="prerequisites-and-installation">Prerequisites and Installation<a class="
594582
</a>
595583

596584

597-
<a href="../projects/version/" title="Version" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
585+
<a href="../projects/quota/" title="Quota tool" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next">
598586
<div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title">
599587
<span class="md-flex__ellipsis">
600588
<span class="md-footer-nav__direction">
601589
Next
602590
</span>
603-
Version
591+
Quota tool
604592
</span>
605593
</div>
606594
<div class="md-flex__cell md-flex__cell--shrink">

docs/license/index.html

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -285,18 +285,6 @@
285285

286286

287287

288-
<li class="md-nav__item">
289-
<a href="../projects/version/" title="Version" class="md-nav__link">
290-
Version
291-
</a>
292-
</li>
293-
294-
295-
296-
297-
298-
299-
300288
<li class="md-nav__item">
301289
<a href="../projects/quota/" title="Quota tool" class="md-nav__link">
302290
Quota tool

0 commit comments

Comments
 (0)