Skip to content

Commit 0e58c11

Browse files
authored
Release 0.7 (#124)
1 parent 521514e commit 0e58c11

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
python-version: [3.7, 3.8, 3.9, "3.10"]
15-
django: [3.2.*, 4.0.*, 4.1b1]
15+
django: [3.2.*, 4.0.*, 4.1.*]
1616
exclude:
1717
- python-version: 3.7
1818
django: 4.0.*
1919
- python-version: 3.7
20-
django: 4.1b1
20+
django: 4.1.*
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up Python ${{ matrix.python-version }}

CHANGELOG.md

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

3-
## Next Release(tbc)
3+
## 0.7 (2022-09-28)
44
* Added Django 4.1 support
55

6+
See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestones?state=closed) for for change list.
7+
68
## 0.6 (2021-09-28)
79
* Added Django 4.0 support
810

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.6"
5+
VERSION = "0.7"
66

77

88
def get_long_description():

0 commit comments

Comments
 (0)