Skip to content

Commit 636bfca

Browse files
committed
v0.6.2
1 parent 6ea6ae5 commit 636bfca

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Diff for: adia/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from .renderer import Renderer
1212

1313

14-
__version__ = '0.6.1'
14+
__version__ = '0.6.2'
1515
__all__ = [
1616
'Diagram',
1717
'SequenceDiagram',

Diff for: documentation/index.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,16 @@ supported. But the roadmap is to implement two additional diagram types:
6666
+-----+ +-----+
6767
| foo | | bar |
6868
+-----+ +-----+
69-
70-
Try the `ADia Live Demo <https://pylover.github.io/adia>`_.
7169

7270
.. seealso::
7371

7472
:func:`adia.diagram`, :func:`adia.print` and :class:`adia.Diagram`.
7573

74+
Live Demo
75+
#########
76+
77+
Try the `ADia Live Demo <https://pylover.github.io/adia>`_.
78+
7679
Install
7780
#######
7881

0 commit comments

Comments
 (0)