We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e6d278 commit f5510caCopy full SHA for f5510ca
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG FOR CRISPY-BOOTSTRAP5
2
3
+## 0.3.1(2021-03-03)
4
+* Fixed classes for `row` layout object (#36)
5
+
6
+See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestone/4?closed=1) for full changelog.
7
8
## 0.3 (2021-02-21)
9
* Fixed rendering of select widgets (#31)
10
setup.py
@@ -2,7 +2,7 @@
from setuptools import setup
-VERSION = "0.3"
+VERSION = "0.3.1"
def get_long_description():
0 commit comments