diff --git a/CHANGELOG.rst b/CHANGELOG.rst index d36a73846..f78749404 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -Version 12.1.0 +Version 12.0.0 -------------- **Added**: diff --git a/LICENSE b/LICENSE index 41f40ef8c..de7a7f80c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-Present Isaak Uchakaev (Likid Geimfari) +Copyright (c) 2017-Present Isaak Uchakaev (Likid Geimfari) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/mimesis/__init__.py b/mimesis/__init__.py index 7aee1e5c5..88a3063ec 100644 --- a/mimesis/__init__.py +++ b/mimesis/__init__.py @@ -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: 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__ = "likid.geimfari@gmail.com" +__author_email__ = "hey@isaak.dev" __license__ = "MIT License" diff --git a/pyproject.toml b/pyproject.toml index 05e656740..83c7bae46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ name = "mimesis" version = "12.0.0" description = "Mimesis: Fake Data Generator." -authors = ["Isaak Uchakaev "] +authors = ["Isaak Uchakaev "] license = "MIT" readme = "README.rst" homepage = "https://github.com/lk-geimfari/mimesis"