diff --git a/README.rst b/README.rst index a9f5570..d465c4c 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ without further notice. ---- -:Version: 0.4.15 +:Version: 0.4.16 :Author: Christoph Reller ``christoph.reller@gmail.com`` :License: `BSD License `__ :Git Repository: https://bitbucket.org/philexander/tikz diff --git a/doc/conf.py b/doc/conf.py index 9d79978..4a3b8d8 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 diff --git a/setup.py b/setup.py index 4fdba52..6a1daf4 100644 --- a/setup.py +++ b/setup.py @@ -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 = 'christoph.reller@gmail.com' URL = 'https://bitbucket.org/philexander/tikz' diff --git a/sphinxcontrib/tikz.py b/sphinxcontrib/tikz.py index f930e89..416b5dd 100644 --- a/sphinxcontrib/tikz.py +++ b/sphinxcontrib/tikz.py @@ -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 """ -__version__ = '0.4.15' +__version__ = '0.4.16' import contextlib import tempfile