Skip to content

Commit 38f2521

Browse files
committed
Bump version to 13.0.0
1 parent 57a43a1 commit 38f2521

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version 12.2.0
1+
Version 13.0.0
22
--------------
33

44
- Added Croatian locale support (``Locale.HR``). Great appreciation to `@CerealKiller0807 <https://github.com/CerealKiller0807>`_ for this contribution.

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = "12.2.0"
73+
version = "13.0"
7474
# The full version, including alpha/beta/rc tags.
75-
release = "12.2.0"
75+
release = "13.0.0"
7676

7777
# The language for content autogenerated by Sphinx. Refer to documentation
7878
# for a list of supported languages.

mimesis/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"__license__",
147147
]
148148

149-
__version__ = "12.2.0"
149+
__version__ = "13.0.0"
150150
__title__ = "mimesis"
151151
__description__ = "Mimesis: Fake Data Generator."
152152
__url__ = "https://github.com/lk-geimfari/mimesis"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mimesis"
3-
version = "12.2.0"
3+
version = "13.0.0"
44
description = "Mimesis: Fake Data Generator."
55
authors = ["Isaak Uchakaev <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)