Skip to content

Commit

Permalink
Release v1.0.10 - DOCS Update
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Nov 23, 2022
1 parent 31f7a78 commit b0fd8e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 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.10] 2022-11-23
### Improvements

- DOCS Update

## [1.0.9] 2022-11-22
### Improvements

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
> Add `theme_material_kit` urls in your Django Project `urls.py` file.
```python
from django.urls import path, include # <-- UPD with 'include' directive
from django.urls import path, include # <-- UPD with 'include' directive

urlpatterns = [
...
path('', include('theme_material_kit.urls')), # <-- NEW
]
urlpatterns = [
...
path('', include('theme_material_kit.urls')), # <-- NEW
]
```

<br />
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-theme-material-kit',
version='1.0.9',
version='1.0.10',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit b0fd8e9

Please sign in to comment.