File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ dot2tex change log
33
44Here you can see the full list of changes between each dot2tex release.
55
6- 2.12.dev
6+ 2.12.0
77--------
88
99- Major code refactoring
10+ - Dropped python2
11+ - Fixed deprecations
12+ - Ownership transfer to sagemath
1013
11142.11.3
1215------
Original file line number Diff line number Diff line change 4848# built documents.
4949#
5050# The short X.Y version.
51- version = '2.12.dev '
51+ version = '2.12.0 '
5252# The full version, including alpha/beta/rc tags.
53- release = '2.12.dev '
53+ release = '2.12.0 '
5454
5555# The language for content autogenerated by Sphinx. Refer to documentation
5656# for a list of supported languages.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ dot2tex - A Graphviz to LaTeX converter
22=======================================
33
44:Author: Kjell Magne Fauske
5- :Version: 2.12.dev
5+ :Version: 2.12.0
66:Licence: MIT _
77
88
Original file line number Diff line number Diff line change 3131from .pstricksformat import Dot2PSTricksConv , Dot2PSTricksNConv
3232
3333__author__ = 'Kjell Magne Fauske'
34- __version__ = '2.12.dev '
34+ __version__ = '2.12.0 '
3535__license__ = 'MIT'
3636
3737import argparse
Original file line number Diff line number Diff line change 77Ero Carrera <ero AT dkbza.org>
88"""
99
10- __version__ = '2.12.dev '
10+ __version__ = '2.12.0 '
1111__author__ = ['Michael Krause' , 'Ero Carrera' , 'Kjell Magne Fauske' ]
1212__license__ = 'MIT'
1313
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ dot2tex - A Graphviz to LaTeX converter
77
88License: MIT (See LICENSE for details.)
99
10- Version: 2.12.dev
10+ Version: 2.12.0
1111
12- URL: https://github.com/xyz2tex /dot2tex
12+ URL: https://github.com/sagemath /dot2tex
1313
1414Documentation: http://dot2tex.readthedocs.org/
1515
@@ -72,11 +72,11 @@ some extra information in the ``setup.py`` file that distutils does not understa
7272Development version
7373-------------------
7474
75- The development version of `` dot2tex `` is [ available on GitHub] ( https://github.com/kjellmf /dot2tex ) .
75+ The development version of `` dot2tex `` is [ available on GitHub] ( https://github.com/sagemath /dot2tex ) .
7676
7777Contribute
7878==========
7979
80- - Issue tracker: https://github.com/kjellmf /dot2tex/issues
81- - Source code: https://github.com/kjellmf /dot2tex
80+ - Issue tracker: https://github.com/sagemath /dot2tex/issues
81+ - Source code: https://github.com/sagemath /dot2tex
8282
Original file line number Diff line number Diff line change 22from setuptools import setup
33
44setup (name = 'dot2tex' ,
5- version = '2.12.dev ' ,
5+ version = '2.12.0 ' ,
66 description = 'A Graphviz to LaTeX converter' ,
77 long_description = """\
88 The purpose of dot2tex is to give graphs generated by the graph layout tool
1919""" ,
2020 author = 'Kjell Magne Fauske' ,
2121 author_email = 'kjellmf@gmail.com' ,
22- url = "https://github.com/kjellmf /dot2tex" ,
22+ url = "https://github.com/sagemath /dot2tex" ,
2323 packages = ['dot2tex' ],
2424 classifiers = [
2525 'Development Status :: 4 - Beta' ,
You can’t perform that action at this time.
0 commit comments