Releases: thombashi/typepy
Releases · thombashi/typepy
v2.0.0
v1.3.5
What's Changed
- Bump the actions-dependencies group across 1 directory with 6 updates by @dependabot[bot] in #9
- Fixed an invalid input handle for DateTimeConverter by @thombashi in #10
- Add support for Python 3.14 by @thombashi in #11
- Fix logic issues in type checking and conversion functions by @thombashi in #12
Full Changelog: v1.3.4...v1.3.5
v1.3.4
Full Changelog: v1.3.3...v1.3.4
v1.3.3
What's Changed
- Replace deprecated
abctractproperty - Drop support for Python 3.7/3.8
- Add support for Python 3.13
- Add GitHub Actions workflow for building and publishing to PyPI
- Update copyright years
- Bump actions/setup-python from 4 to 5 by @dependabot in #4
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v1.3.2...v1.3.3
v1.3.2
- Fix
DateTimeconversion for timezone aware datetime - Modify to use
pypa/buildfor package build - Add support for Python 3.12
Full Changelog: v1.3.1...v1.3.2
v1.3.1
- Add support for Python 3.11
- Drop support for Python 3.6
- Add
__all__to__init__.py - Add
zip_safe=False - Update
[build-system]
Full Changelog: v1.3.0...v1.3.1