Skip to content

Commit

Permalink
Bump version: 0.9.1 → 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fcurella committed Oct 12, 2018
1 parent 80688bb commit ba4994a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
@@ -1,5 +1,6 @@
[bumpversion]
current_version = 0.9.1
current_version = 0.9.2
files = setup.py faker/__init__.py docs/conf.py
commit = True
tag = True

4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.1'
version = '0.9.2'
# The full version, including alpha/beta/rc tags.
release = '0.9.1'
release = '0.9.2'

# 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,6 +1,6 @@
from faker.generator import Generator # noqa F401
from faker.factory import Factory # noqa F401

VERSION = '0.9.1'
VERSION = '0.9.2'

Faker = Factory.create
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
README = fp.read()


version = '0.9.1'
version = '0.9.2'

# 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 ba4994a

Please sign in to comment.