diff --git a/README.md b/README.md index 7569a1a..7cfc14b 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Then in your template, include jQuery, `{{ form.media }}`, and render the form: ## Change Log -* 5.1.2.10: Fix deprecations introduced in Django 3.0 (`force_text` -> `force_str`). +* 5.1.2.11: Fix deprecations introduced in Django 3.0 (`force_text` -> `force_str`). * 5.1.2.9: Include JS assets from the parent form if `TEMPUS_DOMINUS_INCLUDE_ASSETS` is `False`. Switch to using `setuptools-scm` instead of `MANIFEST.in`. * 5.1.2.7 / 5.1.2.8: Bug fix: if a field had a hyphen in the `id`, this would cause an error in the JS function. Force hyphens to underscores. * 5.1.2.6: Include a defer function to play more nicely with different jQuery configurations.