diff --git a/.gitignore b/.gitignore index 1c9b9ca..e2c9397 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ ipython-0.10.tar.gz /ipython-2.1.0.tar.gz /ipython-2.2.0.tar.gz /ipython-2.3.0.tar.gz +/ipython-2.4.0.tar.gz diff --git a/ipython.spec b/ipython.spec index 3763071..66677ac 100644 --- a/ipython.spec +++ b/ipython.spec @@ -16,7 +16,7 @@ %endif Name: ipython -Version: 2.3.0 +Version: 2.4.0 Release: 1%{?dist} Summary: An enhanced interactive Python shell @@ -718,6 +718,9 @@ popd %endif # with_python3 %changelog +* Wed Feb 25 2015 Orion Poplawski - 2.4.0-1 +- update to 2.4.0 + * Fri Nov 14 2014 Orion Poplawski - 2.3.0-1 - update to 2.3.0 diff --git a/sources b/sources index ecf4fdb..90e0332 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -222eecd3a8299c0119c56954c79e4d0f ipython-2.3.0.tar.gz +c386d654d1291e8afaf3643720044893 ipython-2.4.0.tar.gz