Skip to content

Commit f5510ca

Browse files
committed
Version 0.3.1
1 parent 8e6d278 commit f5510ca

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG FOR CRISPY-BOOTSTRAP5
22

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+
38
## 0.3 (2021-02-21)
49
* Fixed rendering of select widgets (#31)
510

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
VERSION = "0.3"
5+
VERSION = "0.3.1"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)