diff --git a/.gitignore b/.gitignore index 2be742b..9941b6d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ Cython-0.12.1.tar.gz /Cython-0.19.tar.gz /Cython-0.19.2.tar.gz /Cython-0.20.tar.gz +/Cython-0.21.tar.gz diff --git a/Cython.spec b/Cython.spec index dba2719..1c9973f 100644 --- a/Cython.spec +++ b/Cython.spec @@ -11,7 +11,7 @@ ##%define run_check 0%{!?_with_check:0} Name: Cython -Version: 0.20 +Version: 0.21 ##Release: 4.b3%{?dist} Release: 1%{?dist} Summary: A language for writing Python extension modules @@ -140,6 +140,9 @@ popd %changelog +* Mon Sep 15 2014 nbecker - 0.21-1 +- Update to 0.21 + * Mon Jan 20 2014 nbecker - 0.20-1 - Update to 0.20 diff --git a/sources b/sources index e550f24..163686b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6563dad21e2b5e31f9f7262a60dd0550 Cython-0.20.tar.gz +6c9c4d19ba485fe8cd88e23b57ac7886 Cython-0.21.tar.gz