Skip to content

Commit

Permalink
Bump version: 0.7.6 → 0.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Dec 20, 2016
1 parent 1589cfd commit 3764f7b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.6
current_version = 0.7.7
files = setup.py faker/__init__.py docs/conf.py
commit = True
tag = True
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.6'
version = '0.7.7'
# The full version, including alpha/beta/rc tags.
release = '0.7.6'
release = '0.7.7'

# 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
@@ -1,4 +1,4 @@
VERSION = '0.7.6'
VERSION = '0.7.7'

from faker.generator import Generator
from faker.factory import Factory
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@
README = io.open(os.path.join(here, 'README.rst'), encoding="utf8").read()


version = '0.7.6'
version = '0.7.7'

# 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 3764f7b

Please sign in to comment.