Skip to content

Commit 5e489ac

Browse files
committed
Bump version: 0.5.5 → 0.5.6
1 parent 360fa5f commit 5e489ac

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.5
2+
current_version = 0.5.6
33
files = setup.py faker/__init__.py docs/conf.py
44
commit = True
55
tag = True

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.5.5'
57+
version = '0.5.6'
5858
# The full version, including alpha/beta/rc tags.
59-
release = '0.5.5'
59+
release = '0.5.6'
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.5.5'
1+
VERSION = '0.5.6'
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.5.5'
13+
version = '0.5.6'
1414

1515
# this module can be zip-safe if the zipimporter implements iter_modules or if
1616
# pkgutil.iter_importer_modules has registered a dispatch for the zipimporter.

0 commit comments

Comments
 (0)