Skip to content

Commit

Permalink
Release v1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Jan 23, 2023
1 parent 52751d0 commit 6bb6379
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.8] 2023-01-23
### Changes

- Links Update (minor)

## [1.0.7] 2023-01-23
### Changes

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@

setup(
name='django-admin-volt',
version='1.0.7',
version='1.0.8',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
description='Modern template for Django admin interface',
long_description=README,
long_description_content_type="text/markdown",
url='https://github.com/app-generator/django-admin-volt',
url='https://appseed.us/product/volt-dashboard/django/',
author='AppSeed.us',
author_email='support@appseed.us',
license='MIT License',
Expand Down

0 comments on commit 6bb6379

Please sign in to comment.