diff --git a/.gitignore b/.gitignore index 3ea9c36..a656138 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /PyJWT-0.4.3.tar.gz +/PyJWT-1.0.0.tar.gz diff --git a/python-jwt.spec b/python-jwt.spec index 72da2a8..724ff63 100644 --- a/python-jwt.spec +++ b/python-jwt.spec @@ -15,7 +15,7 @@ %global modname jwt Name: python-jwt -Version: 0.4.3 +Version: 1.0.0 Release: 1%{?dist} Summary: JSON Web Token implementation in Python @@ -109,6 +109,9 @@ popd %endif %changelog +* Thu Mar 19 2015 Ralph Bean - 1.0.0-1 +- new version + * Fri Feb 20 2015 Ralph Bean - 0.4.3-1 - Latest upstream. - Expand the description as per review feedback. diff --git a/sources b/sources index aac6487..ffed03f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8b2f69ee0877fda95722336ecd192acd PyJWT-0.4.3.tar.gz +a6d9eeeceb9eae50eefb3016f15eb3fd PyJWT-1.0.0.tar.gz