Skip to content

Commit 812ad3b

Browse files
committed
Version 18.0.0
1 parent 330cfa5 commit 812ad3b

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.rst

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 18.0.0
2+
--------------
3+
4+
- Added support of Arabic for various arabic countries.
5+
16
Version 17.1.0
27
--------------
38

mimesis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"__license__",
151151
]
152152

153-
__version__ = "17.1.0"
153+
__version__ = "18.0.0"
154154
__title__ = "mimesis"
155155
__description__ = "Mimesis: Fake Data Generator."
156156
__url__ = "https://github.com/lk-geimfari/mimesis"

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mimesis"
3-
version = "17.1.0"
3+
version = "18.0.0"
44
description = "Mimesis: Fake Data Generator."
55
authors = ["Isaak Uchakaev <[email protected]>"]
66
license = "MIT"
@@ -54,7 +54,6 @@ exclude = [
5454
python = "^3.10"
5555
factory-boy = { version = "^3.3.0", optional = true }
5656
pytest = { version = "^7.2", optional = true }
57-
isort = "^5.13.2"
5857

5958
[tool.poetry.group.dev.dependencies]
6059
pytest = "^7.2"

0 commit comments

Comments
 (0)