Skip to content

Commit

Permalink
release 0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xflr6 committed Mar 17, 2024
1 parent 7fab480 commit 34fb16b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.20.2 (in development)
-------------------------------
Version 0.20.2
--------------

Drop Python 3.7 support (end of life 27 Jun 2023).

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2013-2022 Sebastian Bank
Copyright (c) 2013-2024 Sebastian Bank

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
# -- Project information -----------------------------------------------------

project = 'graphviz'
copyright = '2013-2022, Sebastian Bank'
copyright = '2013-2024, Sebastian Bank'
author = 'Sebastian Bank'

# The full version, including alpha/beta/rc tags
release = '0.20.2.dev0'
release = '0.20.2'


# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions graphviz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
'set_default_engine', 'set_default_format', 'set_jupyter_format']

__title__ = 'graphviz'
__version__ = '0.20.2.dev0'
__version__ = '0.20.2'
__author__ = 'Sebastian Bank <sebastian.bank@uni-leipzig.de>'
__license__ = 'MIT, see LICENSE.txt'
__copyright__ = 'Copyright (c) 2013-2022 Sebastian Bank'
__copyright__ = 'Copyright (c) 2013-2024 Sebastian Bank'

ENGINES = ENGINES
""":class:`set` of known layout commands used for rendering
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.20.2.dev0',
version='0.20.2',
author='Sebastian Bank',
author_email='sebastian.bank@uni-leipzig.de',
description='Simple Python interface for Graphviz',
Expand Down

0 comments on commit 34fb16b

Please # to comment.