Skip to content

Commit

Permalink
Bump version: 0.8.10 → 0.8.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Feb 12, 2018
1 parent 6983791 commit 7729c63
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.10
current_version = 0.8.11
files = setup.py faker/__init__.py docs/conf.py
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.8.10'
version = '0.8.11'
# The full version, including alpha/beta/rc tags.
release = '0.8.10'
release = '0.8.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion faker/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = '0.8.10'
VERSION = '0.8.11'

from faker.generator import Generator
from faker.factory import Factory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
README = fp.read()


version = '0.8.10'
version = '0.8.11'

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

0 comments on commit 7729c63

Please sign in to comment.