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

Commit 00c411b

Browse files
committed
Merge branch 'release/0.7.1' into develop
2 parents 60d09f1 + c86d4c8 commit 00c411b

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

CHANGELOG.rst

+9-7
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
1414
- Point to permanent location by default for spec
1515
`#59 <https://github.com/raster-foundry/raster-foundry-python-client/pull/59>`__
1616

17+
.. _section-1:
18+
1719
`0.6.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.6.0>`__ (2018-05-14)
1820
--------------------------------------------------------------------------------------------------
1921

@@ -29,7 +31,7 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
2931
- Updates for Raster Vision integration
3032
`#44 <https://github.com/raster-foundry/raster-foundry-python-client/pull/44>`__
3133

32-
.. _section-1:
34+
.. _section-2:
3335

3436
`0.5.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.5.0>`__ (2018-01-26)
3537
--------------------------------------------------------------------------------------------------
@@ -58,7 +60,7 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
5860
- Include missing install command in README
5961
`#28 <https://github.com/raster-foundry/raster-foundry-python-client/pull/28>`__
6062

61-
.. _section-2:
63+
.. _section-3:
6264

6365
`0.4.1 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.4.1>`__ (2017-09-27)
6466
--------------------------------------------------------------------------------------------------
@@ -73,7 +75,7 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
7375
- Fix ipyleaflet install
7476
`#25 <https://github.com/raster-foundry/raster-foundry-python-client/pull/25>`__
7577

76-
.. _section-3:
78+
.. _section-4:
7779

7880
`0.4.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.4.0>`__ (2017-09-07)
7981
--------------------------------------------------------------------------------------------------
@@ -88,7 +90,7 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
8890
- Include Uploads example notebook
8991
`#23 <https://github.com/raster-foundry/raster-foundry-python-client/pull/23>`__
9092

91-
.. _section-4:
93+
.. _section-5:
9294

9395
`0.3.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.3.0>`__ (2017-08-15)
9496
--------------------------------------------------------------------------------------------------
@@ -101,7 +103,7 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
101103
- Bump cryptography version to 2.x
102104
`#22 <https://github.com/raster-foundry/raster-foundry-python-client/pull/22>`__
103105

104-
.. _section-5:
106+
.. _section-6:
105107

106108
`0.2.1 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.2.1>`__ (2017-08-10)
107109
--------------------------------------------------------------------------------------------------
@@ -114,7 +116,7 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
114116
- Correct repo references
115117
`#21 <https://github.com/raster-foundry/raster-foundry-python-client/pull/21>`__
116118

117-
.. _section-6:
119+
.. _section-7:
118120

119121
`0.2.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.2.0>`__ (2017-08-10)
120122
--------------------------------------------------------------------------------------------------
@@ -141,7 +143,7 @@ Changelog <https://github.com/raster-foundry/raster-foundry-python-client/compar
141143
- Add leaflet support to project model
142144
`#2 <https://github.com/raster-foundry/raster-foundry-python-client/pull/2>`__
143145

144-
.. _section-7:
146+
.. _section-8:
145147

146148
`0.1.0 <https://github.com/raster-foundry/raster-foundry-python-client/tree/0.1.0>`__ (2017-05-04)
147149
--------------------------------------------------------------------------------------------------

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