Skip to content

Commit

Permalink
release 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Dec 12, 2021
1 parent 593136e commit f34358c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
=========


Version 0.19.1 (in development)
-------------------------------
Version 0.19.1
--------------

Fix undecoded ``CalledProcessError.stdout`` and ``.stderr`` when ``.pipe()`` call
with an ``encoding`` different from ``self.encoding`` fails.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
author = 'Sebastian Bank'

# The short X.Y version
version = '0.19.1.dev0'
version = '0.19.1'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 1 addition & 1 deletion graphviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
'set_default_engine', 'set_default_format', 'set_jupyter_format']

__title__ = 'graphviz'
__version__ = '0.19.1.dev0'
__version__ = '0.19.1'
__author__ = 'Sebastian Bank <[email protected]>'
__license__ = 'MIT, see LICENSE.txt'
__copyright__ = 'Copyright (c) 2013-2021 Sebastian Bank'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='graphviz',
version='0.19.1.dev0',
version='0.19.1',
author='Sebastian Bank',
author_email='[email protected]',
description='Simple Python interface for Graphviz',
Expand Down

0 comments on commit f34358c

Please sign in to comment.