diff --git a/.cvsignore b/.cvsignore index 66e4e16..4461b57 100644 --- a/.cvsignore +++ b/.cvsignore @@ -7,3 +7,4 @@ python-meh-0.6.tar.gz python-meh-0.7.tar.gz python-meh-0.8.tar.gz python-meh-0.9.tar.gz +python-meh-0.10.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 8e794cd..c72043d 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -3,7 +3,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedoraproject.org/git/?p=python-meh.git -Version: 0.9 +Version: 0.10 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -46,6 +46,9 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Tue Jun 22 2010 Chris Lumens 0.10-1 +- Treat classes like simple types, too. (clumens) + * Thu Jun 10 2010 Chris Lumens - 0.9-1 - Remove the requirement on python-bugzilla (#602794). (clumens) - Rename ba.po -> bs.po (#583055). (clumens) diff --git a/sources b/sources index 428a793..74a7921 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e8720edadbe907fa1fec44576864acdc python-meh-0.9.tar.gz +1a1cf8fb5eb6831703a13b039574fea0 python-meh-0.10.tar.gz