Skip to content

Commit

Permalink
Bump version to 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
christianwgd committed Oct 17, 2023
1 parent 7c9619b commit 8281542
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- GENERATOR_PLACEHOLDER -->

## 0.8.6

### Changed
- Change from pylint to ruff
- Address vulnerability in xml.minidom by using defusedxml
- Increase test coverage

## 0.8.5

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

setuptools.setup(
name='django-bootstrap-icons',
version='0.8.5',
version='0.8.6',
packages=setuptools.find_packages(
exclude=["django_bootstrap_icons_sample", "*manage.py", "*sample-app-result.png"]
),
Expand Down

0 comments on commit 8281542

Please sign in to comment.