Skip to content

Commit

Permalink
chore(master): release 0.9.0 (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 16, 2024
1 parent 4ce3f04 commit 3ca2866
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- GENERATOR_PLACEHOLDER -->

## [0.9.0](https://github.com/christianwgd/django-bootstrap-icons/compare/0.8.7...v0.9.0) (2024-07-16)


### Features

* Add BS_ICONS_BASE_PATH and MD_ICONS_BASE_PATH to use local copies of icon sets. ([#26](https://github.com/christianwgd/django-bootstrap-icons/issues/26)) ([021664a](https://github.com/christianwgd/django-bootstrap-icons/commit/021664adabb203cf851041b23f334efe0d406f4d))
* Add BS_ICONS_BASE_PATH and MD_ICONS_BASE_PATH to use local copies of icon sets. ([#26](https://github.com/christianwgd/django-bootstrap-icons/issues/26)) ([344960e](https://github.com/christianwgd/django-bootstrap-icons/commit/344960e51a1b4f48712a10d732b87693125eddc3))

## 0.8.7

### 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.7',
version='0.9.0',
packages=setuptools.find_packages(
exclude=["django_bootstrap_icons_sample", "*manage.py", "*sample-app-result.png"]
),
Expand Down

0 comments on commit 3ca2866

Please sign in to comment.