Skip to content

Commit

Permalink
Prepare the 2.0.0 release (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk7 committed Dec 16, 2023
1 parent c2187f1 commit e96bf9a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Pydot versions since 1.4.2 adhere to [PEP 440-style semantic versioning]
(https://www.python.org/dev/peps/pep-0440/#semantic-versioning).


2.0.0 (unreleased)
2.0.0
------------------

Changed:
Expand Down
2 changes: 1 addition & 1 deletion requirements-conda.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
graphviz >=2.38.0
pyparsing >=2.0.1
pyparsing >=3
chardet
2 changes: 1 addition & 1 deletion src/pydot/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""An interface to GraphViz."""

__author__ = "Ero Carrera"
__version__ = "2.0.0.dev0"
__version__ = "2.0.0"
__license__ = "MIT"

from pydot.exceptions import *
Expand Down

0 comments on commit e96bf9a

Please sign in to comment.