diff --git a/CHANGES b/CHANGES index 6f9bbbf..12ce43d 100644 --- a/CHANGES +++ b/CHANGES @@ -3,6 +3,16 @@ Here you can see the full list of changes between each release. +Version 1.0.8 +------------- +Clean-up MANIFEST.in + + +Version 1.0.7 +------------- +Repackaged to include the README.rst. + + Version 1.0.6 ------------- Move repository to GitHub. diff --git a/MANIFEST.in b/MANIFEST.in index 4a35d3b..94ea509 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,7 @@ -include CHANGES LICENSE AUTHORS README.md README.rst +include CHANGES LICENSE AUTHORS +include README.rst +include README.md + recursive-include tests * recursive-include docs * recursive-include examples * diff --git a/pi_sht1x/__init__.py b/pi_sht1x/__init__.py index 1e069c7..a05a1a1 100644 --- a/pi_sht1x/__init__.py +++ b/pi_sht1x/__init__.py @@ -1,4 +1,4 @@ __author__ = 'Doug Rohm' -__version__ = '1.0.7' +__version__ = '1.0.8' from .sht1x import SHT1x, SHT1xError