Skip to content

Commit d1dbc72

Browse files
committed
Release v1.0.25 - Fix Exports
1 parent aedd908 commit d1dbc72

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [1.0.25] 2023-07-03
4+
### Changes
5+
6+
- Fix the Exports
7+
- PDF & CSV
8+
39
## [1.0.24] 2023-06-28
410
### Changes
511

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

0 commit comments

Comments
 (0)