File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 4.15 .0
2
+ current_version = 4.16 .0
3
3
files = VERSION faker/__init__.py docs/conf.py
4
4
commit = True
5
5
tag = True
Original file line number Diff line number Diff line change 1
- 4.15 .0
1
+ 4.16 .0
Original file line number Diff line number Diff line change 51
51
# built documents.
52
52
#
53
53
# The short X.Y version.
54
- version = '4.15 .0'
54
+ version = '4.16 .0'
55
55
# The full version, including alpha/beta/rc tags.
56
- release = '4.15 .0'
56
+ release = '4.16 .0'
57
57
58
58
# The language for content autogenerated by Sphinx. Refer to documentation
59
59
# for a list of supported languages.
Original file line number Diff line number Diff line change 2
2
from faker .generator import Generator # noqa F401
3
3
from faker .proxy import Faker # noqa F401
4
4
5
- VERSION = '4.15 .0'
5
+ VERSION = '4.16 .0'
You can’t perform that action at this time.
0 commit comments