Skip to content

Commit b3143c9

Browse files
committed
Release v1.0.9
1 parent faf22e9 commit b3143c9

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## [1.0.9] 2023-02-15
4+
### Changes
5+
6+
- DOCS Update (readme)
7+
38
## [1.0.8] 2023-02-15
49
### Changes
510

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

55
- [Django Dynamic Services](https://github.com/app-generator/django-dynamic-services) - `sample project that uses the library`
6-
- Free [support](https://appseed.us/support/) via Email and Discord
6+
- [Django - Build Services without Coding](https://www.youtube.com/watch?v=EtMCK5AmdQI) - `video presentation`
77

88
<br />
99

@@ -14,8 +14,7 @@
1414
- `Server-side` pagination
1515
- Search, Filters
1616
- Exports in PDF, CSV formats
17-
- `MIT License` (commercial use allowed)
18-
- Active versioning & Free [support](https://appseed.us/support/)
17+
- `MIT License` (commercial use allowed)
1918

2019
<br />
2120

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

0 commit comments

Comments
 (0)