[django-evolution] New upstream release 0.6.7

Stephen Gallagher sgallagh at fedoraproject.org
Fri Apr 20 00:15:15 UTC 2012


commit a244c4e8da7200ee9373b0806f732a8ea1b8d35c
Author: Stephen Gallagher <sgallagh at redhat.com>
Date:   Thu Apr 19 20:15:07 2012 -0400

    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.

 .gitignore            |    1 +
 django-evolution.spec |    7 ++++++-
 sources               |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
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 <sgallagh at redhat.com> - 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 <sgallagh at redhat.com> - 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


More information about the scm-commits mailing list