# HG changeset patch # User Paul Boddie # Date 1332454303 -3600 # Node ID 74470e1a956942f5eaa0539de62a13fff94dff7d # Parent f6bdbe66c23fcf7c56299b658bc71ba87d023741 Updated the release information. diff -r f6bdbe66c23f -r 74470e1a9569 README.txt --- a/README.txt Thu Mar 22 23:06:36 2012 +0100 +++ b/README.txt Thu Mar 22 23:11:43 2012 +0100 @@ -142,3 +142,18 @@ 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.2 (Changes since GraphvizParser 0.2.1) +---------------------------------------------------------------- + + * Removed request.flush usage where the method does not exist (in Moin 1.9). + +Release Procedures +------------------ + +Update the parsers/graphviz.py __version__ attribute. +Change the version number and package filename/directory in the documentation. +Update the release notes (see above). +Tag, export. +Archive, upload. +Update the ParserMarket and ParserMarket/graphviz page. diff -r f6bdbe66c23f -r 74470e1a9569 parsers/graphviz.py --- a/parsers/graphviz.py Thu Mar 22 23:06:36 2012 +0100 +++ b/parsers/graphviz.py Thu Mar 22 23:11:43 2012 +0100 @@ -9,7 +9,7 @@ @license: GNU GPL, see COPYING for details. """ -__version__ = "0.2.1" +__version__ = "0.2.2" # Change this to the directory that the Graphviz binaries (dot, neato, etc.) # are installed in.