diff --git a/.gitignore b/.gitignore index 5ee98b6..3390dd1 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ django_evolution-0.5.tar.gz /django_evolution-0.6.4.tar.gz /django_evolution-0.6.5.tar.gz /django_evolution-0.6.6.tar.gz +/django_evolution-0.6.7.tar.gz diff --git a/django-evolution.spec b/django-evolution.spec index 20142fe..66dba6d 100644 --- a/django-evolution.spec +++ b/django-evolution.spec @@ -1,5 +1,5 @@ Name: django-evolution -Version: 0.6.6 +Version: 0.6.7 Release: 1%{?dist} Summary: Schema evolution for Django @@ -60,6 +60,11 @@ rm -rf $RPM_BUILD_ROOT %{python_sitelib}/django_evolution-%{version}*.egg-info %changelog +* Tue Apr 19 2012 Stephen Gallagher - 0.6.7-1 +- New upstream release 0.6.7 +- Fixes issue where an app listed in INSTALLED_APPS that didn't contain models + would error out when installing a baseline evolution. + * Tue Apr 03 2012 Stephen Gallagher - 0.6.6-1 - New upstream release 0.6.6 - Generate more accurate sample evolutions diff --git a/sources b/sources index f9fbc29..ff2a330 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9bf508eb6122e12ae40f7ef741fa8708 django_evolution-0.6.6.tar.gz +24b8373916f53f74d701b99a6cf41409 django_evolution-0.6.7.tar.gz