What's Changed - **Changed**: Variable name end_type changed into to_type for user clarity - **Fixed**: Removed redundant type check - **Fixed**: Restructured code order for readability
What's Changed - **Fixed**: datetime.datetime object support - **Added**: Timezone conversion with the optional timezone= keyword argument. Default conversion is to UTC
- **New**: Python 3.11 support - **Added**: default value end_type = datetime.date - **Added**: validation for end_type inputs - **Fixed**: support for float
DevOps
- **CI**: Implemented [pytest](https://pytest.org/) with [tox](https://tox.wiki/) as continuous integration workflow actions - **CD**: Implementation of publishing on [PyPi](https://pypi.org/project/date_to/) using [flit](https://flit.pypa.io)
1.0
This version has not seen an explicitly published Github release for synchronysation purposes, because of the already extant PyPi release of 1.0. That release made all basic functionality as described in the readme.md available