Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Feb 8, 2016
1 parent 79f967b commit 5c9e376
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.5.0
files = setup.py dynamic_forms/__init__.py
commit = True
tag = True
sign = True

2 changes: 1 addition & 1 deletion dynamic_forms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

__author__ = 'Markus Holtermann'
__email__ = 'info@markusholtermann.eu'
__version__ = '0.4.0'
__version__ = '0.5.0'

default_app_config = 'dynamic_forms.apps.DynamicFormsConfig'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def read(*parts):

setup(
name='django-dynamic-forms',
version='0.4.0',
version='0.5.0',
description='django-dynamic-forms is a reusable Django application to create and configure forms through the admin.',
long_description=read('README.rst'),
author='Markus Holtermann',
Expand Down

0 comments on commit 5c9e376

Please sign in to comment.