diff --git a/CHANGES b/CHANGES index a33f2b3..53c6fee 100644 --- a/CHANGES +++ b/CHANGES @@ -1,7 +1,8 @@ -0.1.5 - 2014-01-29 +0.1.5 - 2014-01-31 ================== * Removed SciPy requirement -* Added Travis-CI automated builds for 2.6, 2.7 and 3.3 +* Added Travis-CI automated builds for 2.6, 2.7 and 3.3 and coveralls +* Fixed WIG output for UCSC compatability 0.1.4 - 2014-01-05 ================== diff --git a/pyDNase/_version.py b/pyDNase/_version.py index 9c95190..de49d1f 100644 --- a/pyDNase/_version.py +++ b/pyDNase/_version.py @@ -1 +1 @@ -__version__ = "0.1.4a" \ No newline at end of file +__version__ = "0.1.5" \ No newline at end of file