From d9ee0b9920c9ec89f2ef6cfa3cbfa57b1119460a Mon Sep 17 00:00:00 2001 From: shagi Date: Mon, 21 Mar 2022 18:00:20 +0100 Subject: [PATCH] Minor bugfixes --- .gitignore | 2 ++ changelog.md | 6 ++++++ gas_drf/gas/users/__init__.py | 0 readme.md | 4 ++-- setup.cfg | 2 +- 5 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 .gitignore create mode 100644 gas_drf/gas/users/__init__.py 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