Skip to content

Commit 3b7b315

Browse files
committed
Bump version: 18.2.0 → 18.2.1
1 parent 9f27ed5 commit 3b7b315

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 18.2.0
2+
current_version = 18.2.1
33
files = VERSION faker/__init__.py docs/conf.py
44
commit = True
55
tag = True

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.2.0
1+
18.2.1

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@
5151
# built documents.
5252
#
5353
# The short X.Y version.
54-
version = "18.2.0"
54+
version = "18.2.1"
5555
# The full version, including alpha/beta/rc tags.
56-
release = "18.2.0"
56+
release = "18.2.1"
5757

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

faker/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from faker.generator import Generator
33
from faker.proxy import Faker
44

5-
VERSION = "18.2.0"
5+
VERSION = "18.2.1"
66

77
__all__ = ("Factory", "Generator", "Faker")

0 commit comments

Comments
 (0)