What's Changed
* Don't load FreeLibrary() and dlclose() from _ctypes by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/532
* Add author, version, copyright, and license attributes by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/533
* Allow "0" and "1" as start values in FMU Container by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/542
* Add set_stop_time paramter to simulate_fmu() by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/551
* Add "continue simulation" example by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/553
* Improve Modelica FMU import by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/557
* Add fmpy.util.remove_source_code() by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/556
* Handle "0" and "1" as boolean values by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/561
* Add units and enumerations to FMU Container by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/563
* Add setters for Enumeration type in Input class by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/567
* Use SVG icons by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/569
* Fix default and validate variability by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/586
* Use nominals to calculate absolute tolerances in CVodeSolver by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/588
* Fix variability defaults and validation by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/589
* Return FMIError for rpc_fmi2GetStingStatus by t-sommer in https://github.com/CATIA-Systems/FMPy/pull/590
**Full Changelog**: https://github.com/CATIA-Systems/FMPy/compare/v0.3.15...v0.3.16