We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e945952 commit 00f321eCopy full SHA for 00f321e
CHANGES.txt
@@ -0,0 +1,10 @@
1
+0.0.2 (2015-09-05)
2
+------------------
3
+- Add init command for fetching and storing key
4
+- Paging fixes for search/metadata
5
+- Fix bad redirect handling related to API change
6
+- Use published field, not acquired field for syncing
7
+
8
+0.0.1 (2015-07-17)
9
10
+- Initial release
planet/__init__.py
@@ -12,4 +12,4 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = '0.0.1'
+__version__ = '0.0.2'
0 commit comments