Skip to content

Releases: jsporna/pypesel

0.4.0

20 Feb 12:13
Compare
Choose a tag to compare

Migrate project to poetry

0.3.1

19 Feb 14:49
420b5fa
Compare
Choose a tag to compare

[0.3.1] - 2020.02.19

Fixed return False as a NotImplemented for magif functions

0.3.0

18 Feb 20:59
Compare
Choose a tag to compare

[0.3.0] - 2021.02.18

  • Added functions for Pesel class: ==, !=, <, <=, >, >=

0.2.1

15 Feb 09:57
Compare
Choose a tag to compare

[0.2.1] - 2020.02.15

  • fixed generating PESEL problem with day > 28
  • added PeselConst Enum Class
  • added Pesel.female field

0.2.0

13 Feb 21:30
Compare
Choose a tag to compare

[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

13 Feb 07:38
59570ff
Compare
Choose a tag to compare

[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

12 Feb 16:22
d43958a
Compare
Choose a tag to compare

[0.1.0] - 2021.02.12

First release of PESEL Python module