Skip to content

Commit

Permalink
bump version to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
joke2k committed Feb 16, 2015
1 parent 2472b61 commit e934577
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 0.4.3
files = setup.py faker/__init__.py
current_version = 0.5.0
files = setup.py faker/__init__.py docs/config.py

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.3'
version = '0.5'
# The full version, including alpha/beta/rc tags.
release = '0.3.2'
release = '0.5'

# 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.4.3'
VERSION = '0.5.0'

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 @@ -10,7 +10,7 @@
NEWS = io.open(os.path.join(here, 'CHANGELOG.rst'), encoding="utf8").read()


version = '0.4.3'
version = '0.5.0'

on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
zip_safe = not on_rtd
Expand Down

0 comments on commit e934577

Please sign in to comment.