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

Commit

Permalink
Bump up version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla committed Apr 3, 2016
1 parent 63b1120 commit 193b375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2015 Blimp LLC
Copyright (c) 2014-2016 Blimp LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions rest_framework_jwt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# -*- coding: utf-8 -*-

__title__ = 'djangorestframework-jwt'
__version__ = '1.7.2'
__version__ = '1.8.0'
__author__ = 'José Padilla'
__license__ = 'MIT'
__copyright__ = 'Copyright 2014-2015 Blimp LLC'
__copyright__ = 'Copyright 2014-2016 Blimp LLC'

# Version synonym
VERSION = __version__

0 comments on commit 193b375

Please sign in to comment.