diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f884662..18cc4b1 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,11 @@ CHANGELOG ********* -`v1.0.16`_ (2019-11-15) +`v1.0.16`_ (2019-11-18) ======================= * Improved XMLResource class for working with compressed files * Fix for validation with XSD wildcards and 'lax' process content * Fix ambiguous items validation for xs:choice and xs:sequence models -* Dozens of W3C's failed tests fixed `v1.0.15`_ (2019-10-13) ======================= diff --git a/publiccode.yml b/publiccode.yml index 4770e55..32fc8dc 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -1,4 +1,4 @@ -# This repository adheres to the publiccode.yml standard by including this + # This repository adheres to the publiccode.yml standard by including this # metadata file that makes public software easily discoverable. # More info at https://github.com/italia/publiccode.yml @@ -6,7 +6,7 @@ publiccodeYmlVersion: '0.2' name: xmlschema url: 'https://github.com/sissaschool/xmlschema' landingURL: 'https://github.com/sissaschool/xmlschema' -releaseDate: '2019-10-XX' +releaseDate: '2019-11-18' softwareVersion: v1.0.16 developmentStatus: stable platforms: diff --git a/setup.py b/setup.py index 2e5472c..94be791 100755 --- a/setup.py +++ b/setup.py @@ -39,6 +39,7 @@ class InstallCommand(install): setup( name='xmlschema', version='1.0.16', + setup_requires=['elementpath~=1.3.0'], install_requires=['elementpath~=1.3.0'], packages=['xmlschema'], include_package_data=True, @@ -64,6 +65,7 @@ setup( 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', + 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Libraries' ]