Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Proffitt committed May 26, 2017
1 parent deeb5d1 commit b31aded
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,8 +1,13 @@
# Django-parsley changelog

## 0.7

- Added support for django 1.10 and 1.11
- Fixed issue where django version would be forced to 1.8 when installing django-parsley. More details <a href="https://github.com/agiliq/Django-parsley/issues/72" target="_blank">here</a>.

## 0.6

- Added checkbox and radio button validation support.
- Updated parsley.js, included with this library, to 2.0.7
- Changed error message attributes to confirm with parsley.js 2.x. More details <a href="https://github.com/agiliq/Django-parsley/issues/56" target="_blank">here</a>.
- Changed RegexField attributes to confirm with parsley.js 2.x. More details <a href="https://github.com/agiliq/Django-parsley/issues/46" target="_blank">here</a>.
- Changed RegexField attributes to confirm with parsley.js 2.x. More details <a href="https://github.com/agiliq/Django-parsley/issues/46" target="_blank">here</a>.
2 changes: 1 addition & 1 deletion setup.py
@@ -1,4 +1,4 @@
VERSION = '0.7b1'
VERSION = '0.7'

import os
import sys
Expand Down

0 comments on commit b31aded

Please sign in to comment.