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

Commit 7f00068

Browse files
committed
Back to development: 1.0.0
1 parent 9deb271 commit 7f00068

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ChangeLog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
1.0.0 (unreleased)
2+
------------------
3+
4+
- Added tox to run tests
5+
- Added Travis CI integration
6+
- Reset version numbering
7+
8+
9+
Original pydot changelog
10+
------------------------
111
2004-04-28 21:50 carrer
212

313
* pydot.py: Some of the changes already made should allow pydot to

setup.py

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

1313
setup(
1414
name='pydot_ng',
15-
version='1.0.0',
15+
version='1.0.0.dev0',
1616
description='Python interface to Graphviz\'s Dot',
1717
author='Ero Carrera',
1818
author_email='ero@dkbza.org',

0 commit comments

Comments
 (0)