Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 193b375

Browse files
committed
Bump up version to 1.8.0
1 parent 63b1120 commit 193b375

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2015 Blimp LLC
3+
Copyright (c) 2014-2016 Blimp LLC
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

rest_framework_jwt/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# -*- coding: utf-8 -*-
22

33
__title__ = 'djangorestframework-jwt'
4-
__version__ = '1.7.2'
4+
__version__ = '1.8.0'
55
__author__ = 'José Padilla'
66
__license__ = 'MIT'
7-
__copyright__ = 'Copyright 2014-2015 Blimp LLC'
7+
__copyright__ = 'Copyright 2014-2016 Blimp LLC'
88

99
# Version synonym
1010
VERSION = __version__

0 commit comments

Comments
 (0)