Skip to content

Commit 63978ff

Browse files
committed
Release v1.0.3 - Update DOCS (minor)
1 parent 316aa66 commit 63978ff

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
# Change Log
22

3+
## [1.0.3] 2022-10-30
4+
### Improvements
5+
6+
- Fix DOCS (minor)
7+
38
## [1.0.2] 2022-10-30
49
### Improvements
510

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ STATICFILES_DIRS = (
8484

8585
<br />
8686

87-
> **Step #6** - `Register the model` in `core/settings.py` (DYNAMIC_DATATB section)
87+
> **Step #6** - `Register the model` in `settings.py` (DYNAMIC_DATATB section)
8888
8989
This sample code assumes that `app1` exists and model `Book` is defined and migrated.
9090

setup.py

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

99
setup(
1010
name='django-dynamic-datatb',
11-
version='1.0.2',
11+
version='1.0.3',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)