diff --git a/.gitignore b/.gitignore index 740b42a..18f4fe9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /PyJWT-1.0.1.tar.gz /python-jwt-1.0.1-1.fc21.src.rpm /PyJWT-1.3.0.tar.gz +/PyJWT-1.4.0.tar.gz diff --git a/python-jwt.spec b/python-jwt.spec index ab20520..700c5db 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -15,7 +15,7 @@ %global modname jwt Name: python-jwt -Version: 1.3.0 +Version: 1.4.0 Release: 1%{?dist} Summary: JSON Web Token implementation in Python @@ -120,6 +120,9 @@ popd %endif %changelog +* Wed Sep 16 2015 Ralph Bean - 1.4.0-1 +- new version + * Wed Jun 17 2015 Ralph Bean - 1.3.0-1 - new version - start running the test suite. diff --git a/sources b/sources index 0ff3107..3534058 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -545550fd5a918775b7e970a3854373f6 PyJWT-1.3.0.tar.gz +2f9bd9226d72b13d19d2c557114d03dc PyJWT-1.4.0.tar.gz