Skip to content

Commit

Permalink
Release 1.10 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Nov 18, 2020
1 parent e6f13a6 commit 992693a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# CHANGELOG for django-crispy-forms

## 1.10.0 (tbc)
* Fixed test causing `SystemCheckError` in some cases. (#1075)
* Radio and Checkbox now respect the field's `disabled` attribute when using the Bootstrap4 template pack. (#1057)
* A number of documentation improvements.

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

## 1.9.2 (2020-07-11)
* Fixed FileField UI bug

Expand Down
2 changes: 1 addition & 1 deletion crispy_forms/__init__.py
@@ -1 +1 @@
__version__ = "1.9.2"
__version__ = "1.10.0"
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -52,9 +52,9 @@
# built documents.
#
# The short X.Y version.
version = '1.9'
version = '1.10'
# The full version, including alpha/beta/rc tags.
release = '1.9.2'
release = '1.10.0'

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

0 comments on commit 992693a

Please sign in to comment.