0.6.5 release

This commit is contained in:
Anatoly Bubenkov 2013-12-11 04:04:12 +01:00
parent 8d1a011113
commit 9cc9d857bb
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
0.6.5
-----
- Compartibility with recent pytest (bubenkoff)
0.6.4
-----

View File

@ -6,7 +6,7 @@ from setuptools import setup
from setuptools.command.test import test as TestCommand
version = '0.6.4'
version = '0.6.5'
class Tox(TestCommand):