Skip to content

Commit

Permalink
2.0 Release (#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Feb 13, 2023
1 parent 447177d commit a797499
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# CHANGELOG for django-crispy-forms

## 2.0 (2023-03-13)
Release of django-crispy-forms 2.0. No changes introduced since 2.0a1.

## 2.0a1 (2023-01-18)

# Major Changes and Migration Guide
Expand Down
2 changes: 1 addition & 1 deletion crispy_forms/__init__.py
@@ -1 +1 @@
__version__ = "2.0a1"
__version__ = "2.0"
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -57,7 +57,7 @@
# The short X.Y version.
version = "2.0"
# The full version, including alpha/beta/rc tags.
release = "2.0a1"
release = "2.0"

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

0 comments on commit a797499

Please sign in to comment.