diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 1b50d2f..53e9563 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,10 +2,10 @@ CHANGELOG ********* -`v1.0.9`_ (TBD) -=============== -* Programmatic import of ElementTree for avoid import mismatches -* New tests for ElementTree and cleaning of tests +`v1.0.9`_ (2019-02-02) +====================== +* Programmatic import of ElementTree for avoid module mismatches +* Cleaning and refactoring of test scripts `v1.0.8`_ (2019-01-30) ====================== diff --git a/MANIFEST.in b/MANIFEST.in index c209428..10b389c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -9,6 +9,5 @@ include tox.ini include doc/* recursive-include xmlschema * -recursive-exclude xmlschema/tests/extra* * global-exclude *.py[cod]