Skip to content

Commit

Permalink
Prepare release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielw92 committed Oct 16, 2016
1 parent 14feb32 commit dc926ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014 FH Brandenburg
Copyright (c) 2014 TH Brandenburg

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ Thanks to all contributors:

- mattions
- singalen
- MikeSandford
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

setup(
name='django-bootstrap-dynamic-formsets',
version='0.4.5',
version='0.5.0',
packages=['django_bootstrap_dynamic_formsets','django_bootstrap_dynamic_formsets.templatetags'],
install_requires=['Django','django-bootstrap3',],
include_package_data=True,
license='MIT License',
description='JavaScript-enhanced dynamic formsets using Bootstrap',
url='https://github.com/FHBrandenburg/django-bootstrap-dynamic-formsets',
author='Daniel Weis',
author_email='weisd@fh-brandenburg.de',
author_email='weisd@th-brandenburg.de',
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
Expand Down

0 comments on commit dc926ae

Please sign in to comment.