diff --git a/.gitignore b/.gitignore index 3846480..eb4ebbf 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /PyGithub-1.26.0.tar.gz /PyGithub-1.27.1.tar.gz /PyGithub-1.28.tar.gz +/PyGithub-1.29.tar.gz diff --git a/python-PyGithub.spec b/python-PyGithub.spec index c8b7877..5624c86 100644 --- a/python-PyGithub.spec +++ b/python-PyGithub.spec @@ -2,7 +2,7 @@ %global with_python3 1 Name: python-%{pypi_name} -Version: 1.28 +Version: 1.29 Release: 1%{?dist} Summary: Python library to work with the Github API @@ -91,6 +91,9 @@ popd %endif %changelog +* Thu Oct 06 2016 Jiri Popelka - 1.29-1 +- Update to 1.29 + * Mon Sep 12 2016 Jiri Popelka - 1.28-1 - Update to 1.28 diff --git a/sources b/sources index 6f28f44..041f5c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -220da168d55a09766bac68bdbd898aa7 PyGithub-1.28.tar.gz +b8a3b6d10f30127ae320a7ddfc891025 PyGithub-1.29.tar.gz