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

Commit 28d7ce3

Browse files
author
Alex Kaminsky
committed
Merge branch 'release/1.16.0' into develop
2 parents ab4c3c3 + 7adee7e commit 28d7ce3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rasterfoundry/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
SPEC_PATH = os.getenv(
2222
'RF_API_SPEC_PATH',
23-
'https://raw.githubusercontent.com/raster-foundry/raster-foundry-api-spec/1.15.0/spec/spec.yml' # NOQA
23+
'https://raw.githubusercontent.com/raster-foundry/raster-foundry-api-spec/1.16.0/spec/spec.yml' # NOQA
2424
)
2525

2626

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="1.15.0",
5+
version="1.16.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)