# HG changeset patch # User Paul Boddie # Date 1334789436 -7200 # Node ID e868cd268468ee724a41ecd65097a3cee9e3a425 # Parent e32df1f28c446051352e0a624c8556c9455fd72e Updated the release information. diff -r e32df1f28c44 -r e868cd268468 README.txt --- a/README.txt Thu Apr 19 00:48:46 2012 +0200 +++ b/README.txt Thu Apr 19 00:50:36 2012 +0200 @@ -143,6 +143,12 @@ Copyright and licence information can be found in the docs directory - see docs/COPYING.txt and docs/LICENCE.txt for more information. +New in GraphvizParser 0.2.3 (Changes since GraphvizParser 0.2.2) +---------------------------------------------------------------- + + * Fixed graph attachment detection where no dimension attributes are + specified. + New in GraphvizParser 0.2.2 (Changes since GraphvizParser 0.2.1) ---------------------------------------------------------------- diff -r e32df1f28c44 -r e868cd268468 parsers/graphviz.py --- a/parsers/graphviz.py Thu Apr 19 00:48:46 2012 +0200 +++ b/parsers/graphviz.py Thu Apr 19 00:50:36 2012 +0200 @@ -9,7 +9,7 @@ @license: GNU GPL, see COPYING for details. """ -__version__ = "0.2.2" +__version__ = "0.2.3" # Change this to the directory that the Graphviz binaries (dot, neato, etc.) # are installed in.