Skip to content

Commit

Permalink
Prepare next development cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Aug 22, 2022
1 parent 40f32f8 commit 3209956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

## 0.12 (??/??/20??)

## 0.11 (22/08/2022)

- Update coverage requirement from <6.4,>=5.3 to >=5.3,<6.5 #51
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read(*parts):
}

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

0 comments on commit 3209956

Please sign in to comment.