Update MANIFEST.in and CHANGELOG.rst

This commit is contained in:
Davide Brunato 2019-02-02 23:21:04 +01:00
parent 19cde9ec39
commit 7137ee2cf0
2 changed files with 4 additions and 5 deletions

View File

@ -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)
======================

View File

@ -9,6 +9,5 @@ include tox.ini
include doc/*
recursive-include xmlschema *
recursive-exclude xmlschema/tests/extra* *
global-exclude *.py[cod]