Back to development: 1.0.0

This commit is contained in:
Sebastian Kalinowski 2015-02-26 11:22:19 +01:00
parent 9deb271384
commit 7f00068c5f
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
1.0.0 (unreleased)
------------------
- Added tox to run tests
- Added Travis CI integration
- Reset version numbering
Original pydot changelog
------------------------
2004-04-28 21:50 carrer
* pydot.py: Some of the changes already made should allow pydot to

View File

@ -12,7 +12,7 @@ with open('README.rst', 'r', 'utf-8') as f:
setup(
name='pydot_ng',
version='1.0.0',
version='1.0.0.dev0',
description='Python interface to Graphviz\'s Dot',
author='Ero Carrera',
author_email='ero@dkbza.org',