Skip to content

Commit ad2015a

Browse files
committed
Release v1.0.5 - Docs Update
1 parent 6c3d796 commit ad2015a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.5] 2022-10-31
4+
### Improvements
5+
6+
- Update DOCS
7+
38
## [1.0.4] 2022-10-30
49
### Improvements
510

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
`Open-source` library for **Django** that provides a `powerful data table interface` (paginated information) with minimum effort - actively supported by [AppSeed](https://appseed.us/).
44

5+
- [Video presentation](https://www.youtube.com/watch?v=LlcpVfvIbMU) - explains `step-by-step` how to use it
6+
- [Sample project](https://github.com/app-generator/django-dynamic-datatb-sample) - that implements the library
7+
58
<br />
69

710
> Features

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

0 commit comments

Comments
 (0)