Skip to content

Commit 00f321e

Browse files
committed
add CHANGES, bump version
1 parent e945952 commit 00f321e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.txt

+10
Original file line numberDiff line numberDiff line change
@@ -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

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = '0.0.1'
15+
__version__ = '0.0.2'

0 commit comments

Comments
 (0)