Skip to content

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
philexander committed Feb 19, 2022
1 parent 84845be commit a7598e0
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
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
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@

# General information about the project.
project = 'TikZ Sphinx Extension'
copyright = '2010-2021, Christoph Reller'
copyright = '2010-2022, Christoph Reller'
author = 'Christoph Reller'

# The version info for the project you're documenting, acts as replacement for
2 changes: 1 addition & 1 deletion setup.py
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'
4 changes: 2 additions & 2 deletions sphinxcontrib/tikz.py
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

0 comments on commit a7598e0

Please sign in to comment.