Skip to content

Commit

Permalink
Merge pull request #327 from pcattori/release-0.10.0
Browse files Browse the repository at this point in the history
Remove -dev suffix
  • Loading branch information
pcattori committed Jan 24, 2020
2 parents a2968fe + 8f4b90e commit 4c131c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.10.0-dev
## 0.10.0
**BREAKING CHANGES**
- [#309](https://github.com/Datatamer/tamr-client/issues/309) Migrate `SubAttribute` to use `@dataclass(frozen=True)`. `SubAttribute.__init__` constructor replaced with the one generated by `@dataclass`. `SubAttribute`s should be constructed via the `SubAttribute.from_json` static method.
- [#307](https://github.com/Datatamer/tamr-client/issues/307) Logging improvements: (1) Use standard logging best practices (2) log response body for responses containing HTTP error codes. Previous way to configure logging (via `Client.logger` and `Client.log_entry`) have been replaced. See [User Guide > Logging](https://tamr-client.readthedocs.io/en/latest/user-guide/logging.html).
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.10.0-dev"
version = "0.10.0"
description = "Python Client for the Tamr API"
license = "Apache-2.0"
authors = ["Pedro Cattori <pedro.cattori@tamr.com>"]
Expand Down

0 comments on commit 4c131c0

Please sign in to comment.