-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a7a769c
commit 13575f6
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ without further notice. | |
|
||
---- | ||
|
||
:Version: 0.4.17 | ||
:Version: 0.4.18 | ||
:Author: Christoph Reller ``[email protected]`` | ||
:License: `BSD License <http://opensource.org/licenses/bsd-license.html>`__ | ||
:Git Repository: https://bitbucket.org/philexander/tikz | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
NAME = 'sphinxcontrib-tikz' | ||
DESCRIPTION = 'TikZ extension for Sphinx' | ||
VERSION = '0.4.17' | ||
VERSION = '0.4.18' | ||
AUTHOR = 'Christoph Reller' | ||
AUTHOR_EMAIL = '[email protected]' | ||
URL = 'https://bitbucket.org/philexander/tikz' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ | |
Author: Christoph Reller <[email protected]> | ||
""" | ||
|
||
__version__ = '0.4.17' | ||
__version__ = '0.4.18' | ||
|
||
import contextlib | ||
import tempfile | ||
|