forked from sphinx-contrib/tikz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1 parent
84845be
commit a7598e0
Showing
4 changed files
with
5 additions
and
5 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.15 | ||
:Version: 0.4.16 | ||
: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
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.15' | ||
VERSION = '0.4.16' | ||
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright (c) 2012-2021 by Christoph Reller. All rights reserved. | ||
# Copyright (c) 2012-2022 by Christoph Reller. All rights reserved. | ||
|
||
# Redistribution and use in source and binary forms, with or without | ||
# modification, are permitted provided that the following conditions are met: | ||
|
@@ -38,7 +38,7 @@ | |
Author: Christoph Reller <[email protected]> | ||
""" | ||
|
||
__version__ = '0.4.15' | ||
__version__ = '0.4.16' | ||
|
||
import contextlib | ||
import tempfile | ||
|