Skip to content
This repository has been archived by the owner on Dec 26, 2023. It is now read-only.

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danjac committed Apr 3, 2021
1 parent 906f133 commit 793353f
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 13 deletions.
6 changes: 0 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ known_django=django
known_first_party=turbo_allauth
sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER

import_heading_stdlib=Standard Library
import_heading_django=Django
import_heading_thirdparty=Third Party Libraries
import_heading_firstparty=Django Turbo Response
import_heading_localfolder=Local

order_by_type=true

# Black compat
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/env python
# Third Party Libraries
from setuptools import find_packages, setup

version = "0.0.6"
version = "0.0.7"

setup(
name="django-turbo-allauth",
Expand Down
1 change: 0 additions & 1 deletion src/turbo_allauth/apps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Django
from django.apps import AppConfig


Expand Down
2 changes: 0 additions & 2 deletions src/turbo_allauth/urls.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Django
from django.urls import include, path, re_path

# Local
from .views import account, socialaccount

urlpatterns = [
Expand Down
1 change: 0 additions & 1 deletion src/turbo_allauth/views/account.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Third Party Libraries
from allauth.account import views as account_views
from turbo_response.mixins import TurboFormAdapterMixin

Expand Down
1 change: 0 additions & 1 deletion src/turbo_allauth/views/socialaccount.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Third Party Libraries
from allauth.socialaccount import views as socialaccount_views
from turbo_response.mixins import TurboFormAdapterMixin

Expand Down

0 comments on commit 793353f

Please sign in to comment.