We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aedd908 commit d1dbc72Copy full SHA for d1dbc72
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.0.25] 2023-07-03
4
+### Changes
5
+
6
+- Fix the Exports
7
+ - PDF & CSV
8
9
## [1.0.24] 2023-06-28
10
### Changes
11
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-dynamic-datatb',
-version='1.0.24',
+version='1.0.25',
12
zip_safe=False,
13
packages=find_packages(),
14
include_package_data=True,
0 commit comments