Skip to content

Commit

Permalink
* Fixed bugs with button layout elements since django-crispy-forms==1…
Browse files Browse the repository at this point in the history
….5.x, this is backward compatible with previous django-crispy-forms<1.5.x (with pull request #26 to close #25);

* Fixed package infos and README to be more explicit on Django compatibility (1.4 to 1.8 actually tested);
* Bump to 0.5.3;
  • Loading branch information
sveetch committed Sep 25, 2015
1 parent 1064fd0 commit f3463bd
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crispy_forms_foundation/__init__.py
Expand Up @@ -2,4 +2,4 @@
"""
Django application to add 'django-crispy-forms' layout objects for Foundation
"""
__version__ = '0.5.2'
__version__ = '0.5.3'
6 changes: 6 additions & 0 deletions docs/changelog.rst
Expand Up @@ -4,6 +4,12 @@
Changelog
=========

Version 0.5.3
*************

* Fixed bugs with button layout elements since django-crispy-forms==1.5.x, this is backward compatible with previous django-crispy-forms<1.5.x (with pull request #26 to close #25);
* Fixed package infos and README to be more explicit on Django compatibility (1.4 to 1.8 actually tested);

Version 0.5.2
*************

Expand Down
3 changes: 3 additions & 0 deletions docs/index.rst
Expand Up @@ -26,6 +26,7 @@ Links
Requires
========

* `Django`_ >= 1.4.x;
* `django-crispy-forms`_ >= 1.4.x;

Table of contents
Expand All @@ -47,9 +48,11 @@ Contributors
.. _`@jayarnielsen`: https://github.com/jayarnielsen
.. _`@carsolcas`: https://github.com/carsolcas
.. _`@sbaechler`: https://github.com/sbaechler
.. _`@bionikspoon`: https://github.com/bionikspoon

* Philip Garnero (`@PhilipGarnero`_);
* Juerg Rast (`@jrast`_);
* JR (`@jayarnielsen`_);
* Carsolcas (`@carsolcas`_);
* Simon Bächler (`@sbaechler`_);
* Manu Phatak (`@bionikspoon`_);
7 changes: 6 additions & 1 deletion setup.py
Expand Up @@ -14,9 +14,14 @@
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"Framework :: Django :: 1.4",
"Framework :: Django :: 1.5",
"Framework :: Django :: 1.6",
"Framework :: Django :: 1.7",
"Framework :: Django :: 1.8",
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3.3",
Expand Down

0 comments on commit f3463bd

Please sign in to comment.