-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06bd072
commit 4adc09d
Showing
4 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Version 12.1.0 | ||
Version 12.0.0 | ||
-------------- | ||
|
||
**Added**: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2017-Present Isaak Uchakaev (Likid Geimfari) <[email protected]> | ||
Copyright (c) 2017-Present Isaak Uchakaev (Likid Geimfari) <[email protected]> | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
"""Mimesis is a Python library, which helps generate fake data. | ||
Copyright (c) 2016 - 2023 Isaak Uchakaev (Likid Geimfari). | ||
Copyright (c) 2016 - 2024 Isaak Uchakaev (Likid Geimfari). | ||
Website: https://mimesis.name | ||
Email: <[email protected]> | ||
Email: <[email protected]> | ||
Repository: https://github.com/lk-geimfari/mimesis | ||
""" | ||
|
||
|
@@ -147,5 +147,5 @@ | |
__description__ = "Mimesis: Fake Data Generator." | ||
__url__ = "https://github.com/lk-geimfari/mimesis" | ||
__author__ = "Isaak Uchakaev (Likid Geimfari)" | ||
__author_email__ = "[email protected]" | ||
__author_email__ = "[email protected]" | ||
__license__ = "MIT License" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mimesis" | ||
version = "12.0.0" | ||
description = "Mimesis: Fake Data Generator." | ||
authors = ["Isaak Uchakaev <[email protected]>"] | ||
authors = ["Isaak Uchakaev <[email protected]>"] | ||
license = "MIT" | ||
readme = "README.rst" | ||
homepage = "https://github.com/lk-geimfari/mimesis" | ||
|