From 7137ee2cf0f15c5be04999d7e5199b5a149b091b Mon Sep 17 00:00:00 2001 From: Davide Brunato Date: Sat, 2 Feb 2019 23:21:04 +0100 Subject: [PATCH] Update MANIFEST.in and CHANGELOG.rst --- CHANGELOG.rst | 8 ++++---- MANIFEST.in | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) 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]