Skip to content

Commit 535d59f

Browse files
authored
Merge pull request #203 from descarteslabs/release/v0.6.0
Update changelog, bump version
2 parents b8020e8 + 46a565b commit 535d59f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,16 @@ Changelog
3737

3838
## [Unreleased]
3939

40+
## [0.6.0] - 2018-01-08
41+
### Changed
42+
- Reorganization of services
43+
- Places updated to v2 backend, provides units interface to statistics, which
44+
carries some backwards incompatibility.
45+
46+
### Added
47+
- Places updated to v2 backend, provides units interface to statistics, which
48+
carries some backwards incompatibility.
49+
4050
## [0.5.0] - 2017-10-31
4151
### Added
4252
- Blosc Support for raster array compression transport
@@ -167,7 +177,8 @@ metadata.features for iterating over large search results
167177
### Added
168178
- Initial release of client library
169179

170-
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.5.0...HEAD
180+
[Unreleased]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.6.0...HEAD
181+
[0.6.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.5.0...v0.6.0
171182
[0.5.0]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.7...v0.5.0
172183
[0.4.7]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.6...v0.4.7
173184
[0.4.6]: https://github.com/descarteslabs/descarteslabs-python/compare/v0.4.5...v0.4.6

descarteslabs/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.5.0"
15+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)