Skip to content

Commit

Permalink
Release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Apr 28, 2024
1 parent df97e8d commit 8cbe9c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.1] 2024-04-28
### Changes

- Fix Footer link

## [1.0.0] 2024-04-28
### Changes

Expand Down
2 changes: 1 addition & 1 deletion admin_coreui/templates/includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<footer class="footer px-4">
<div>
&copy; CoreUI - Coded by <a target="_blank" "https://appseed.us/">AppSeed</a>
&copy; CoreUI - Coded by <a target="_blank" href="https://appseed.us/">AppSeed</a>
</div>
<div class="ms-auto">
Download&nbsp;<a target="_blank" href="https://appseed.us/product/coreui/django/">Source Code</a>
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-admin-coreui',
version='1.0.0',
version='1.0.1',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 8cbe9c6

Please sign in to comment.