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

Commit 195f354

Browse files
committed
Merge tag '1.13.0' into develop
1.13.0
2 parents e273d5e + febebab commit 195f354

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.rst

+12-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ Added
1010
Changed
1111
~~~~~~~
1212

13-
- Switched to `keepachangelog <https://keepachangelog.com/en/1.0.0/>`__
14-
CHANGELOG format
15-
`#69 <https://github.com/raster-foundry/raster-foundry-api-spec/pull/69>`__
16-
1713
Deprecated
1814
~~~~~~~~~~
1915

@@ -26,6 +22,18 @@ Fixed
2622
Security
2723
~~~~~~~~
2824

25+
26+
`1.13.0 <https://github.com/raster-foundry/raster-foundry/tree/1.13.0>`__ (2018-10-23)
27+
--------------------------------------------------------------------------------------
28+
29+
Changed
30+
~~~~~~~
31+
- Sync release numbers with api spec versions
32+
33+
- Switched to `keepachangelog <https://keepachangelog.com/en/1.0.0/>`__
34+
CHANGELOG format
35+
`#69 <https://github.com/raster-foundry/raster-foundry-api-spec/pull/69>`__
36+
2937
`0.7.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.7.0>`__ (2018-09-27)
3038
--------------------------------------------------------------------------------------------------
3139

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