Releases: jsporna/pypesel
Releases · jsporna/pypesel
0.4.0
Migrate project to poetry
0.3.1
[0.3.1] - 2020.02.19
Fixed return False as a NotImplemented for magif functions
0.3.0
[0.3.0] - 2021.02.18
- Added functions for Pesel class: ==, !=, <, <=, >, >=
0.2.1
[0.2.1] - 2020.02.15
- fixed generating PESEL problem with day > 28
- added PeselConst Enum Class
- added Pesel.female field
0.2.0
[0.2.0] - 2020.02.13
- added CLI support
- fixed problem with generate PESEL with set day and random month and year
0.1.1
[0.1.1] - 2020.02.13
- fixed support for years 1800-1899
- replace usage calendar module instead own function for leap year and days range in month
0.1.0
[0.1.0] - 2021.02.12
First release of PESEL Python module