Skip to content

Commit 8cbe9c6

Browse files
committed
Release v1.0.1
1 parent df97e8d commit 8cbe9c6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.1] 2024-04-28
4+
### Changes
5+
6+
- Fix Footer link
7+
38
## [1.0.0] 2024-04-28
49
### Changes
510

admin_coreui/templates/includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<footer class="footer px-4">
22
<div>
3-
&copy; CoreUI - Coded by <a target="_blank" "https://appseed.us/">AppSeed</a>
3+
&copy; CoreUI - Coded by <a target="_blank" href="https://appseed.us/">AppSeed</a>
44
</div>
55
<div class="ms-auto">
66
Download&nbsp;<a target="_blank" href="https://appseed.us/product/coreui/django/">Source Code</a>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-coreui',
11-
version='1.0.0',
11+
version='1.0.1',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)