Skip to content
This repository was archived by the owner on Dec 10, 2019. It is now read-only.

Commit 2b648ac

Browse files
committed
Merge branch 'release/0.3.0' into develop
2 parents 4a8953c + 15c3aba commit 2b648ac

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.0
2+
-----
3+
- Install cryptography 2.0+ (#22)
4+
15
0.2.1
26
-----
37

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setuptools.setup(
44
name="rasterfoundry",
5-
version="0.2.1",
5+
version="0.3.0",
66
description='A Python client for Raster Foundry, a web platform for '
77
'combining, analyzing, and publishing raster data.',
88
long_description=open('README.rst').read(),

0 commit comments

Comments
 (0)