Skip to content

Commit

Permalink
Version 1.11.2 (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Mar 21, 2021
1 parent e0d9689 commit a3946ca
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# CHANGELOG for django-crispy-forms

## 1.11.2 (2021-03-16)
* Added HTML parsing tools to help testing of template packs (#1128)
* Fixed rendering of all widget attributes for file fields (#1130)

See the [1.11.2 Milestone](https://github.com/django-crispy-forms/django-crispy-forms/milestone/15?closed=1) for the full change list.

## 1.11.1 (2021-02-21)
* Added `custom-select` for select widgets within prepended and appended fields (#1116)

Expand Down
2 changes: 1 addition & 1 deletion crispy_forms/__init__.py
@@ -1 +1 @@
__version__ = "1.11.1"
__version__ = "1.11.2"
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -56,7 +56,7 @@
# The short X.Y version.
version = "1.11"
# The full version, including alpha/beta/rc tags.
release = "1.11.1"
release = "1.11.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit a3946ca

Please sign in to comment.