We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79748e commit 600d753Copy full SHA for 600d753
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.0.0] 2022-10-30
4
+### STABLE_VERSION
5
+
6
+- Docs Update
7
+- Package is now complete
8
9
## [0.0.3] 2022-10-30
10
### Fixes
11
MANIFEST.in
@@ -1,5 +1,4 @@
include LICENSE.md
include README.md
-recursive-include django_dyn_tb/static *
-recursive-include django_dyn_tb/templates *
+recursive-include django_dyn_dt/templates *
recursive-include docs *
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-dynamic-datatb',
-version='0.0.3',
+version='1.0.0',
12
zip_safe=False,
13
packages=find_packages(),
14
include_package_data=True,
0 commit comments