Skip to content

Commit

Permalink
Release dot2tex 2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kjellmf committed Mar 31, 2019
1 parent db55e1a commit 44fd861
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ dot2tex change log

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

2.11.dev
--------
2.11.3
------

Released 2019-03-31

- Ignore multiline edge labels during preprocessing (issue #27)
- Fixed parsing of DOT IDs. Numerals can now be used as node IDs.
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.11.dev'
version = '2.11.3'
# The full version, including alpha/beta/rc tags.
release = '2.11.dev'
release = '2.11.3'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
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.11.dev'
__version__ = '2.11.3'
__license__ = 'MIT'

import argparse
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.11.dev'
__version__ = '2.11.3'
__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-2019 Kjell Magne Fauske

License: MIT (See LICENSE for details.)

Version: 2.11.2
Version: 2.11.3

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 @@ -6,7 +6,7 @@
from distutils.core import setup

setup(name='dot2tex',
version='2.11.dev',
version='2.11.3',
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 44fd861

Please sign in to comment.