From 812ad3b60308cb9c48c30a97b2b3d6b24fa2a09f Mon Sep 17 00:00:00 2001 From: Isaak Uchakaev Date: Sat, 14 Sep 2024 01:16:31 +0300 Subject: [PATCH] Version 18.0.0 --- CHANGELOG.rst | 5 +++++ mimesis/__init__.py | 2 +- poetry.lock | 2 +- pyproject.toml | 3 +-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 789d7208..19f5b09c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,8 @@ +Version 18.0.0 +-------------- + +- Added support of Arabic for various arabic countries. + Version 17.1.0 -------------- diff --git a/mimesis/__init__.py b/mimesis/__init__.py index 125cfc6a..cd8dc9f5 100644 --- a/mimesis/__init__.py +++ b/mimesis/__init__.py @@ -150,7 +150,7 @@ "__license__", ] -__version__ = "17.1.0" +__version__ = "18.0.0" __title__ = "mimesis" __description__ = "Mimesis: Fake Data Generator." __url__ = "https://github.com/lk-geimfari/mimesis" diff --git a/poetry.lock b/poetry.lock index 33482cbf..7a4d5971 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1101,4 +1101,4 @@ pytest = ["pytest"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "39a02cef9c47963c348a1faecf6d2e4b460b66e05067aeed9b3d90d54c742cc8" +content-hash = "9ed7c81d58f4db4ccfc59925483aecae6b86a7f3412a088bd396f46af982f7db" diff --git a/pyproject.toml b/pyproject.toml index f03985cb..4c559198 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mimesis" -version = "17.1.0" +version = "18.0.0" description = "Mimesis: Fake Data Generator." authors = ["Isaak Uchakaev "] license = "MIT" @@ -54,7 +54,6 @@ exclude = [ python = "^3.10" factory-boy = { version = "^3.3.0", optional = true } pytest = { version = "^7.2", optional = true } -isort = "^5.13.2" [tool.poetry.group.dev.dependencies] pytest = "^7.2"