Skip to content
This repository was archived by the owner on Nov 19, 2018. It is now read-only.

Commit d795622

Browse files
committed
Preparing release 2.0.0
1 parent c040326 commit d795622

File tree

2 files changed

+13
-6
lines changed

2 files changed

+13
-6
lines changed

ChangeLog

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
1-
1.0.1 (unreleased)
1+
2.0.0 (2018-10-16)
22
------------------
33

4-
- Nothing changed yet.
4+
* Linting issues resolved
5+
* Testing using py.test based tests
6+
* Reverted changes that introduced problems with parsing DOT format
7+
* Testing on Windows
8+
* Tested and refactored graph_from_edges
9+
* Tested and refactored find_executables
10+
* pydot_ng is now ready to have active development
11+
* Deployment through Travis
512

613

714
1.0.0 (2015-02-26)
815
------------------
916

10-
- Added tox to run tests
11-
- Added Travis CI integration
12-
- Reset version numbering
17+
* Added tox to run tests
18+
* Added Travis CI integration
19+
* Reset version numbering
1320

1421

1522
Original pydot changelog

pydot_ng/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
__author__ = 'Ero Carrera'
3535
__license__ = 'MIT'
36-
__version__ = '1.0.1.dev0'
36+
__version__ = '2.0.0'
3737

3838
PY3 = not sys.version_info < (3, 0, 0)
3939

0 commit comments

Comments
 (0)