Minor bugfixes

This commit is contained in:
Ales (Shagi) Zabala Alava 2022-03-21 18:00:20 +01:00
parent 39c214ccbc
commit d9ee0b9920
5 changed files with 11 additions and 3 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/.coverage
django_gas_drf.egg-info

View File

@ -1,6 +1,12 @@
Changelog Changelog
========= =========
0.1.1
-----
* Minor bugfixes
0.1 0.1
--- ---

View File

View File

@ -1,5 +1,5 @@
GAS GAS-DRF
=== =======
[DRF](https://www.django-rest-framework.org/) support for [django-gas](https://pypi.org/project/django-gas/). [DRF](https://www.django-rest-framework.org/) support for [django-gas](https://pypi.org/project/django-gas/).

View File

@ -1,6 +1,6 @@
[metadata] [metadata]
name = django-gas-drf name = django-gas-drf
version = 0.1 version = 0.1.1
description = DRF support for django-gas description = DRF support for django-gas
long_description = file: readme.md, changelog.md long_description = file: readme.md, changelog.md
long_description_content_type = text/markdown long_description_content_type = text/markdown