-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to 2.0.0b7 * chore: changes to changelog from PR comments * chore: grammar fix * Add entry for #596 * Apply suggestions from code review --------- Co-authored-by: James Hilton-Balfe <[email protected]>
- Loading branch information
1 parent
4e9a17c
commit 1538e15
Showing
2 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "betterproto" | ||
version = "2.0.0b6" | ||
version = "2.0.0b7" | ||
description = "A better Protobuf / gRPC generator & library" | ||
authors = ["Daniel G. Taylor <[email protected]>"] | ||
readme = "README.md" | ||
|