diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..179d951 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/.coverage +django_gas_drf.egg-info diff --git a/changelog.md b/changelog.md index 1f2f0b3..c6266af 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,12 @@ Changelog ========= +0.1.1 +----- + + * Minor bugfixes + + 0.1 --- diff --git a/gas_drf/gas/users/__init__.py b/gas_drf/gas/users/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/readme.md b/readme.md index da7edb5..0f7537d 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,5 @@ -GAS -=== +GAS-DRF +======= [DRF](https://www.django-rest-framework.org/) support for [django-gas](https://pypi.org/project/django-gas/). diff --git a/setup.cfg b/setup.cfg index ac259be..dc70621 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = django-gas-drf -version = 0.1 +version = 0.1.1 description = DRF support for django-gas long_description = file: readme.md, changelog.md long_description_content_type = text/markdown