Skip to content

Commit

Permalink
Bump version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmf committed May 16, 2014
1 parent d3a437f commit 0a73795
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ dot2tex change log

Here you can see the full list of changes between each dot2tex release.

2.9.x
2.9.0
-----

(not released yet)
Released 2009-05-16.

- Added support for preprocessing head and tail label (pgf and tikz).
- Graphviz arrow styles are now mapped to corresponding PGF/TikZ arrows.
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
# built documents.
#
# The short X.Y version.
version = '2.9.0dev'
version = '2.9.0'
# The full version, including alpha/beta/rc tags.
release = '2.9.0dev'
release = '2.9.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dot2tex - A Graphviz to LaTeX converter
=======================================

:Author: Kjell Magne Fauske
:Version: 2.9.0dev
:Version: 2.9.0
:Licence: MIT_


Expand Down
2 changes: 1 addition & 1 deletion dot2tex/dot2tex.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# IN THE SOFTWARE.

__author__ = 'Kjell Magne Fauske'
__version__ = '2.9.0dev'
__version__ = '2.9.0'
__license__ = 'MIT'

from itertools import izip
Expand Down
2 changes: 1 addition & 1 deletion dot2tex/dotparsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
Ero Carrera <ero AT dkbza.org>
"""

__version__ = '2.9.0dev'
__version__ = '2.9.0'
__author__ = ['Michael Krause', 'Ero Carrera', 'Kjell Magne Fauske']
__license__ = 'MIT'

Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Copyright (C) 2006-2014 Kjell Magne Fauske

License: MIT (See LICENSE for details.)

Version: 2.9.0dev
Version: 2.9.0

URL: https://github.com/kjellmf/dot2tex

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

setup(name='dot2tex',
version='2.9.0dev',
version='2.9.0',
description='A Graphviz to LaTeX converter',
long_description="""\
The purpose of dot2tex is to give graphs generated by the graph layout tool
Expand Down

0 comments on commit 0a73795

Please sign in to comment.