Skip to content

Commit

Permalink
update version, changelog (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
geospatial-jeff authored Aug 15, 2020
1 parent 1f79514 commit 40730c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
0.1.7 (2020-08-15)
------------------
- Add method to read pixel values at a given point (#62)
- Add method to create downsampled version of the image (#63)
- Bugfixes (#60, #61)


0.1.6 (2020-6-24)
------------------
- Use PIL for resize instead of skimage (#57)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
description="Asynchronous cogeotiff reader",
long_description=desc,
long_description_content_type="text/markdown",
version="0.1.6",
version="0.1.7",
author=u"Jeff Albrecht",
author_email="geospatialjeff@gmail.com",
url="https://github.com/geospatial-jeff/aiocogeo",
Expand Down

0 comments on commit 40730c3

Please sign in to comment.