Skip to content

Commit

Permalink
Release v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Feb 15, 2023
1 parent abf9113 commit 9bc2066
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 @@
# Change Log

## [1.0.13] 2023-02-14
### Changes

- DOCS Update (minor)

## [1.0.12] 2023-02-14
### 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-api-generator',
version='1.0.12',
version='1.0.13',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
description='Django API generator over DRF',
long_description=README,
long_description_content_type="text/markdown",
url='https://github.com/app-generator/django-api-generator',
url='https://appseed.us/developer-tools/django-dynamic-api/',
author='AppSeed.us',
author_email='support@appseed.us',
license='MIT License',
Expand Down

0 comments on commit 9bc2066

Please sign in to comment.