Releases: nickmaccarthy/python-datemath
Releases · nickmaccarthy/python-datemath
v3.0.3
v3.0.2
[3.0.2] - 2024-09-11
added
- Feat: Complete typing with strict type-checking #43 Thank you @Avasam!
- Feat: Added
__version__
to to verify the version of the module. - Feat: Addded Dockerfile and relevant verify.py to help with local development and testing
chore
- Chore: bumped modules in requirements.txt
fixed
- Fix: removed legacy-tests.py since we no longer support python2.x
- Fix: removed requirements-2.txt from manifest due to deprecation of python2 support
- Fix: renamed requirements-3.txt to requirements.txt to support python3 going forward
- also modifed to
release.yaml
andtests.yaml
workflows to support this
- also modifed to
- Fix: long_description should now show up in pypi #33
- Fix: move more pypi configurations to setup.cfg and out of setup.py
v3.0.1
[3.0.1] - 2024-08-23
fixed
- Fix: Race condition in timezone tests: #36
- Fix: Updated arrow version: #32
- Fix: mypy type hint checking in tests: #31
- Fix: SyntaxWarning: invalid escape sequence in
re.match()
: #39 - Fix: Licence Classifier: #34
- Fix: Bump certifi to latest: #38
- Fix: pypi long description #33
added
- Feat: Typehint support: #31
- Feat: Revamed CHANGELOG.md to keepachangelog.org format
deprecated
- python 2.7 support. Python 3.8+ will only be supported going forward
v.1.5.5
v1.5.4
v1.5.4 to resolve name conflict in pypi. This has all the changes up to 1.5.3 and is essentially a noop release to get 1.5.3 out