Skip to content

Commit

Permalink
Release 0.7 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithdc1 committed Sep 28, 2022
1 parent 521514e commit 0e58c11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
python-version: [3.7, 3.8, 3.9, "3.10"]
django: [3.2.*, 4.0.*, 4.1b1]
django: [3.2.*, 4.0.*, 4.1.*]
exclude:
- python-version: 3.7
django: 4.0.*
- python-version: 3.7
django: 4.1b1
django: 4.1.*
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# CHANGELOG FOR CRISPY-BOOTSTRAP5

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

See [Milestones](https://github.com/django-crispy-forms/crispy-bootstrap5/milestones?state=closed) for for change list.

## 0.6 (2021-09-28)
* Added Django 4.0 support

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

VERSION = "0.6"
VERSION = "0.7"


def get_long_description():
Expand Down

0 comments on commit 0e58c11

Please sign in to comment.