Skip to content

Commit

Permalink
Merge pull request #2625 from shwethanidd/7.0.1_fix
Browse files Browse the repository at this point in the history
7.0.1 fix
  • Loading branch information
shwethanidd authored Feb 26, 2021
2 parents 3718bff + 8604425 commit aa02c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
],
'web': [ # Web support for launching web based agents including ssl and json web tokens.
'ws4py',
'PyJWT',
'PyJWT==1.7.1',
'Jinja2',
'passlib',
'argon2-cffi',
Expand Down
2 changes: 1 addition & 1 deletion volttron/platform/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
from ..utils.frozendict import FrozenDict
from urllib.parse import urlparse

__version__ = '7.0'
__version__ = '7.0.1'

_log = logging.getLogger(__name__)

Expand Down

0 comments on commit aa02c99

Please sign in to comment.