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

Commit a5af2f9

Browse files
committed
Merge branch 'release/1.13.1'
2 parents febebab + 33bf0c6 commit a5af2f9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ Fixed
2222
Security
2323
~~~~~~~~
2424

25+
`1.13.1 <https://github.com/raster-foundry/raster-foundry/tree/1.13.1>`__ (2018-10-23)
26+
--------------------------------------------------------------------------------------
27+
28+
Changed
29+
~~~~~~~
30+
- Bump version to stay in sync with api spec
2531

2632
`1.13.0 <https://github.com/raster-foundry/raster-foundry/tree/1.13.0>`__ (2018-10-23)
2733
--------------------------------------------------------------------------------------

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