Skip to content

Commit

Permalink
Update setup.py version and docs for 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Nov 22, 2023
1 parent 39d9cf7 commit 7c37282
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Running the command above should create a final image with your diagram as seen

![](./.github/docs/issue_10_pb2.png)

Note that by default it uses the full name of the types (e.g. `SomeRequest.shipments`).
By default, it uses the full name of the types (e.g. `SomeRequest.shipments`).
If you would like to use simpler names (i.e. `shipments`) you can use the option added
in 0.13 `--full_names=true|false` (it is `true` by default for backward compatibility).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def read(*parts):
}

setup(
version="0.13.dev0",
version="0.13",
name="protobuf-uml-diagram",
description="Create UML diagrams from Protobuf proto files",
long_description=open('README.md').read(),
Expand Down

0 comments on commit 7c37282

Please sign in to comment.