Skip to content

Commit 04cd3a9

Browse files
authored
Merge pull request #22 from caravancoop/feature/post-release-merge
Post-release merge
2 parents 30d4d57 + b383195 commit 04cd3a9

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

.gitignore

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
*.pyc
22
__pycache__
3-
db.sqlite3
3+
/demo/db.sqlite3
4+
/demo/.env
45

56
# Test artifacts
6-
.cache/
7-
.tox/
7+
/.cache/
8+
/.tox/
89

910
# Packaging litter
10-
*.egg-info
11-
build/
12-
dist/
11+
/*.egg-info
12+
/build/
13+
/dist/

demo/demo/accounts/authentication.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44

55

66
class APITokenAuthentication(TokenAuthentication):
7+
keyword = 'Bearer'
78
model = APIToken

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='Rest-Framework-Auth-Toolkit',
18-
version='0.7-dev',
18+
version='0.8.dev',
1919
description='Simple, flexible signup and login for APIs',
2020
long_description=long_description,
2121
url='https://github.com/caravancoop/rest-framework-auth-toolkit',

0 commit comments

Comments
 (0)