Skip to content

Commit e934577

Browse files
committed
bump version to 0.5
1 parent 2472b61 commit e934577

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 0.4.3
3-
files = setup.py faker/__init__.py
2+
current_version = 0.5.0
3+
files = setup.py faker/__init__.py docs/config.py
44

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = '0.3'
57+
version = '0.5'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.3.2'
59+
release = '0.5'
6060

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

faker/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = '0.4.3'
1+
VERSION = '0.5.0'
22

33
from faker.generator import Generator
44
from faker.factory import Factory

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
NEWS = io.open(os.path.join(here, 'CHANGELOG.rst'), encoding="utf8").read()
1111

1212

13-
version = '0.4.3'
13+
version = '0.5.0'
1414

1515
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
1616
zip_safe = not on_rtd

0 commit comments

Comments
 (0)