Skip to content

Version 13.1.0

Compare
Choose a tag to compare
@lk-geimfari lk-geimfari released this 24 Jan 17:07
· 40 commits to master since this release
v13.1.0
e87d20a

Version 13.1.0

  • Fixed type hints for Generic. See #1471
  • Added the birthdate() method to the Person provider. See #1470.
  • The age() and work_experience() methods have been removed from the Person provider due to a lack of practical utility. Use person.random.randint() when you need to generate random integer.