Skip to content

Commit a45973d

Browse files
committedOct 23, 2018
Merge branch 'release/3.4.0'
2 parents 0f1a6f8 + f3c0b62 commit a45973d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ script:
2323
deploy:
2424
provider: pypi
2525
user: james.mcmahon
26-
password:
27-
secure: Su3QSlbo42uACLCDMyW1yiGI/EStct4Dds41k3x/QnGEhn3jZqlEJcxJgP0MpDLNzqBm4zu1If+BZUPDaUCjha/2TzU7xaL6BHjKONM+K+yWFwK10CpHpQ2249e9nQxVveftVW/F4FRjPx5QlZzS8aoM55/KNk1YKFnynG9h2n2hK03N8NT2DKkT6WKcChrNQfI6zEm+d5KnQNC5Q1CTpnhORKgPFtq+K1x+u57j+2rERYFJ2ee2r3U7w3YPbmxdfIxxitz+V514+CLnMmNCbnZzlwv7bBK5v5qg1LUo4FCjCgeJRONfoi2DwpPdyjGhxvbl4hpDkwyWkqWg51tQ83lOJGWWVV+Kw9W0kla5kZqAyeMF1kQWk0PV/qrKBWHXT5frMDKvtneXYmyVgChGrkE8iNwPMySx3Wc/nPar8Du/ma0ZFhF4T3ErV/xBzzva8Y2ItJRNhrqbSj5zkn23n16tcsI2guhAAa5p8eK//XjJnv9WswC6xX0DxvndHjePtLOV+sexYqKOx00Lo4fW9oX09o8NmCjWM5cmc+3N5iNHr8U7UFQjYOOzRGBS50J7iKdmpxFU2ou1STA7f8PTjOjjWuDMbXGkj7AnoPaqUhfbf7an5SQ0I0mv3BFhsLYl0nbYcKwmchzWqtcTPhIu4iFO8g7e0xdN/+83zpbMf4I=
26+
password: testpasswordfortravis
2827
on:
2928
tags: true
3029
repo: James1345/django-rest-knox

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Versions should comply with PEP440. For a discussion on single-sourcing
1717
# the version across setup.py and the project code, see
1818
# https://packaging.python.org/en/latest/single_source_version.html
19-
version='3.3.1',
19+
version='3.4.0',
2020
description='Authentication for django rest framework',
2121
long_description=long_description,
2222
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)
Please sign in to comment.