Skip to content

Commit d116334

Browse files
committed
Bump version: 3.0.1 → 4.0.0
1 parent baba89d commit d116334

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 = 3.0.1
2+
current_version = 4.0.0
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-
3.0.1
1+
4.0.0

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
# built documents.
5151
#
5252
# The short X.Y version.
53-
version = '3.0.1'
53+
version = '4.0.0'
5454
# The full version, including alpha/beta/rc tags.
55-
release = '3.0.1'
55+
release = '4.0.0'
5656

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

faker/__init__.py

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

5-
VERSION = '3.0.1'
5+
VERSION = '4.0.0'

0 commit comments

Comments
 (0)