Skip to content

Commit 9b5afb4

Browse files
committed
v1.0.13 - Bump UI Version
1 parent 7c493b3 commit 9b5afb4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Diff for: CHANGELOG.md

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

3+
## [1.0.13] 2024-11-15
4+
### Changes
5+
6+
- Ui Update: [Material Dashboard 3](https://app-generator.dev/docs/templates/bootstrap/material-dashboard.html)
7+
38
## [1.0.12] 2024-11-13
49
### Changes
510

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Modern template for **[Django Admin](https://app-generator.dev/docs/products/dja
1919

2020
<br />
2121

22-
![Django Material Dashboard - Modern template for Django Admin Section crafted on top of a modern Bootstrap Design.](https://user-images.githubusercontent.com/51070104/169301658-6cf27993-c451-4cd4-9ffa-2968b8981167.png)
22+
![Django Material Dashboard - Modern template for Django Admin Section crafted on top of a modern Bootstrap Design.](https://github.com/user-attachments/assets/532e06c1-1af3-4439-93fc-6de3a9d43c52)
2323

2424
<br />
2525

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setup(
1010
name='django-admin-material-dashboard',
11-
version='1.0.12',
11+
version='1.0.13',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,
1515
description='Modern template for Django admin interface',
1616
long_description=README,
1717
long_description_content_type="text/markdown",
18-
url='https://appseed.us/product/material-dashboard/django/',
18+
url='https://app-generator.dev/docs/products/django-libs/theme-material-dashboard.html',
1919
author='AppSeed.us',
2020
author_email='[email protected]',
2121
license='MIT License',

0 commit comments

Comments
 (0)