Skip to content

Commit bfbd8e9

Browse files
committed
🔖 0.1.1 added example of generated diagram
1 parent 3fceb5c commit bfbd8e9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ py2puml.domain.umlclass.UmlClass *-- py2puml.domain.umlattribute.UmlAttribute
8686
@enduml
8787
```
8888

89+
Which renders like this:
90+
91+
![](https://www.plantuml.com/plantuml/png/ZP0_2y8m4CNtV8gRXNPmx5HnTNKIaMWY199Bp5s68ltkfi7KWlXd-xrty7uXFR6Cd9mL5ok980pha5Ehl9C6suoIEPfpOjtkdTtK07S1WDBf3eXZPXx2ayUFKwMVPhOJl4rSRmehprRgO6U83qlvyPl3k-39iF5OJAzOVEMSK9rcMIrH8o_QKVny_wff_lulqMjK-Ve0)
92+
8993
# Tests
9094

9195
```sh

py2puml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.0'
1+
__version__ = '0.1.1'

tests/test_py2puml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.1.0'
5+
assert __version__ == '0.1.1'

0 commit comments

Comments
 (0)