Skip to content

Commit

Permalink
Merge pull request #195 from pcattori/release-0.7.0
Browse files Browse the repository at this point in the history
Remove `-dev` suffix on release branch
  • Loading branch information
pcattori committed Jul 18, 2019
2 parents 97dc527 + 62a9a41 commit ca4a932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.7.0-dev
## 0.7.0
**BREAKING CHANGES**
- [#156](https://github.com/Datatamer/unify-client-python/issues/156) Fetch Dataset profile, even if out of date.
- [#161](https://github.com/Datatamer/unify-client-python/issues/161) Move `create_attribute` from Dataset to AttributeCollection
- [#161](https://github.com/Datatamer/unify-client-python/issues/161) Move `create_attribute` from Dataset to AttributeCollection
- The `Project` method `add_source_dataset` has been renamed `add_input_dataset` to model the API endpoint.

**NEW FEATURES**
Expand All @@ -14,7 +14,7 @@
- [#178](https://github.com/Datatamer/unify-client-python/issues/178) Add support for retrieving input datasets

**BUG FIXES**
- [#148](https://github.com/Datatamer/unify-client-python/issues/148) Fix null geo, id and absent id bug for geospatial datasets.
- [#148](https://github.com/Datatamer/unify-client-python/issues/148) Fix null geo, id and absent id bug for geospatial datasets.
- [#161](https://github.com/Datatamer/unify-client-python/issues/161) DatasetCollection.create() and ProjectCollection.create() don't work
- [#165](https://github.com/Datatamer/unify-client-python/issues/165) Dataset.itergeofeatures() is too slow

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tamr-unify-client"
version = "0.7.0-dev"
version = "0.7.0"
description = "Python Client for the Tamr Unify API"
license = "Apache-2.0"
authors = ["Pedro Cattori <pedro.cattori@tamr.com>"]
Expand Down

0 comments on commit ca4a932

Please sign in to comment.