File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
8
## [ 3.0.2] - 2024-08-27
9
9
### added
10
10
- Feat: Complete typing with strict type-checking [ #43 ] ( https://github.com/nickmaccarthy/python-datemath/pull/43 ) Thank you @Avasam !
11
+ - Feat: Added ` __version__ ` to to verify the version of the module.
12
+ - Feat: Addded Dockerfile and relevant verify.py to help with local development and testing
11
13
14
+ ### chore
15
+ - Chore: bumped modules in requirements.txt
12
16
### fixed
13
17
- Fix: removed legacy-tests.py since we no longer support python2.x
14
18
- Fix: removed requirements-2.txt from manifest due to deprecation of python2 support
15
19
- Fix: renamed requirements-3.txt to requirements.txt to support python3 going forward
16
20
- also modifed to ` release.yaml ` and ` tests.yaml ` workflows to support this
17
21
- Fix: long_description should now show up in pypi https://github.com/nickmaccarthy/python-datemath/issues/33
22
+ - Fix: move more pypi configurations to setup.cfg and out of setup.py
23
+
18
24
19
25
## [ 3.0.1] - 2024-08-23
20
26
### fixed
You can’t perform that action at this time.
0 commit comments