Skip to content

Commit

Permalink
Version 18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lk-geimfari committed Sep 13, 2024
1 parent 330cfa5 commit 812ad3b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 18.0.0
--------------

- Added support of Arabic for various arabic countries.

Version 17.1.0
--------------

Expand Down
2 changes: 1 addition & 1 deletion mimesis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mimesis"
version = "17.1.0"
version = "18.0.0"
description = "Mimesis: Fake Data Generator."
authors = ["Isaak Uchakaev <hey@isaak.dev>"]
license = "MIT"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 812ad3b

Please sign in to comment.