diff --git a/.gitignore b/.gitignore index 73a9757..1c9b9ca 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ ipython-0.10.tar.gz /ipython-0.13.2.tar.gz /ipython-2.1.0.tar.gz /ipython-2.2.0.tar.gz +/ipython-2.3.0.tar.gz diff --git a/ipython.spec b/ipython.spec index 637fd22..f5b1293 100644 --- a/ipython.spec +++ b/ipython.spec @@ -16,7 +16,7 @@ %endif Name: ipython -Version: 2.2.0 +Version: 2.3.0 Release: 1%{?dist} Summary: An enhanced interactive Python shell @@ -718,6 +718,9 @@ popd %endif # with_python3 %changelog +* Fri Nov 11 2014 Orion Poplawski - 2.3.0-1 +- update to 2.3.0 + * Thu Aug 7 2014 Thomas Spura - 2.2.0-1 - update to 2.2.0 diff --git a/sources b/sources index 73fc312..ecf4fdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b91d3724f655a8e16d022772f696cfd5 ipython-2.2.0.tar.gz +222eecd3a8299c0119c56954c79e4d0f ipython-2.3.0.tar.gz