8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b1b15a commit f37f722Copy full SHA for f37f722
LICENSE
@@ -1,6 +1,6 @@
1
The MIT License (MIT)
2
3
-Copyright (c) 2014-2016 Blimp LLC
+Copyright (c) 2014-2017 Blimp LLC
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
rest_framework_jwt/__init__.py
@@ -4,7 +4,7 @@
__version__ = '1.9.0'
__author__ = 'José Padilla'
__license__ = 'MIT'
7
-__copyright__ = 'Copyright 2014-2016 Blimp LLC'
+__copyright__ = 'Copyright 2014-2017 Blimp LLC'
8
9
# Version synonym
10
VERSION = __version__
0 commit comments