Skip to content

Commit 24da83b

Browse files
committed
Release v0.0.2
1 parent e81a418 commit 24da83b

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

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

3+
## [0.0.2] 2024-04-28
4+
### Changes
5+
6+
- Update README (minor)
7+
38
## [0.0.1] 2024-04-28
49
### Changes
510

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Modern template for **Django Admin Interface** coded on top of **[CoreUI](https:
88

99
**Links & Resources**
1010

11-
- [Django CoreUI](https://appseed.us/product/adminlte/django/) - `Product` that uses the library
11+
- [Django CoreUI](https://appseed.us/product/coreui/django/) - `Product` that uses the library
1212
- `Features`: Fully-configured, `CI/CD` via Render
13-
- UI Kit: `AdminLTE` by ColorLib **v3.2.0**
13+
- UI Kit: `CoreUI`
1414
- **Sections Covered**:
1515
- `Admin Section`, reserved for `superusers`
1616
- `All pages` managed by `Django.contrib.AUTH`

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='0.0.1',
11+
version='0.0.2',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)