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 ed68839 commit cec1c3bCopy full SHA for cec1c3b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## [0.0.5] 2024-04-28
4
+### Changes
5
+
6
+- Added LICENSE
7
8
## [0.0.4] 2024-04-28
9
### Changes
10
MANIFEST.in
@@ -1,5 +1,5 @@
-include LICENSE
-include README.rst
+include LICENSE.md
+include README.md
recursive-include admin_coreui/static *
recursive-include admin_coreui/templates *
recursive-include docs *
setup.py
@@ -8,7 +8,7 @@
setup(
name='django-admin-coreui',
11
-version='0.0.4',
+version='0.0.5',
12
zip_safe=False,
13
packages=find_packages(),
14
include_package_data=True,
0 commit comments