diff --git a/CHANGELOG.md b/CHANGELOG.md index 4318be7..778e954 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## [1.0.7] 2023-01-23 +### Changes + +- Links Update (minor) + ## [1.0.6] 2023-01-23 ### Changes diff --git a/admin_volt/templates/pages/index.html b/admin_volt/templates/pages/index.html index 5822613..a32bc40 100755 --- a/admin_volt/templates/pages/index.html +++ b/admin_volt/templates/pages/index.html @@ -634,7 +634,7 @@

You need only HTML, CSS and Javascript?

Don't worry, we got you covered. We have a folder called html&css which includes only the basic HTML5, CSS3 and Javascript technologies.

- @@ -818,7 +818,7 @@

Less work, more

Looks unfamiliar? Don’t worry! Our documentation + href="https://github.com/app-generator/django-volt-dashboard" target="_blank">documentation has got you covered.

@@ -842,7 +842,7 @@

Open source

Star + aria-label="Star on GitHub">Star @@ -1048,14 +1048,14 @@

Open source

Other
diff --git a/setup.py b/setup.py index c4d3dbf..058aa6c 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='django-admin-volt', -version='1.0.6', +version='1.0.7', zip_safe=False, packages=find_packages(), include_package_data=True,