Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusH committed Mar 21, 2016
1 parent f505078 commit 8fe1d0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5.0
current_version = 0.5.1
files = setup.py dynamic_forms/__init__.py
commit = True
tag = True
Expand Down
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.5.0'
__version__ = '0.5.1'

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.5.0',
version='0.5.1',
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 8fe1d0b

Please sign in to comment.