Skip to content

Commit 6c3d796

Browse files
committed
Release v1.0.4 - DOCS Update (Minor)
1 parent 63978ff commit 6c3d796

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
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.4] 2022-10-30
4+
### Improvements
5+
6+
- Fix DOCS (minor)
7+
38
## [1.0.3] 2022-10-30
49
### Improvements
510

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
> Features
88
9-
- Modern Stack: `Django` & `VanillaJS`
10-
- `DT` layer provided by [Simple-DataTables](https://github.com/fiduswriter/Simple-DataTables)
11-
- `Server-side` pagination
12-
- Search, Filters
13-
- Exports in PDF, CSV formats
14-
- `MIT License` (commercial use allowed)
15-
- Active versioning & Free [support](https://appseed.us/support/)
9+
- Modern Stack: `Django` & `VanillaJS`
10+
- `DT` layer provided by [Simple-DataTables](https://github.com/fiduswriter/Simple-DataTables)
11+
- `Server-side` pagination
12+
- Search, Filters
13+
- Exports in PDF, CSV formats
14+
- `MIT License` (commercial use allowed)
15+
- Active versioning & Free [support](https://appseed.us/support/)
1616

1717
<br />
1818

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

0 commit comments

Comments
 (0)