Skip to content

Commit

Permalink
release 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Jul 14, 2021
1 parent 6088b9a commit f5c2aaf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Changelog
=========


Version 0.17 (in development)
-----------------------------
Version 0.17
------------

Drop Python 2 support. Tag Python 3.10 support.

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.17.dev0'
version = '0.17'
# 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 @@ -40,7 +40,7 @@
'ExecutableNotFound', 'RequiredArgumentError']

__title__ = 'graphviz'
__version__ = '0.17.dev0'
__version__ = '0.17'
__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.17.dev0',
version='0.17',
author='Sebastian Bank',
author_email='[email protected]',
description='Simple Python interface for Graphviz',
Expand Down

0 comments on commit f5c2aaf

Please sign in to comment.