From a4004adbc75cacc10ea5627c813b2e539244425c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= <cedric.dsm@tiolive.com>
Date: Tue, 18 Sep 2012 14:15:26 +0200
Subject: [PATCH] Release 0.28.9

---
 CHANGES.txt | 6 ++++++
 setup.py    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 16e9eca1e..0646779aa 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,12 @@
 Changes
 =======
 
+0.28.9 (2012-09-18)
+-------------------
+
+ * slapgrid: Don't process not updated partitions (regression introduced in
+   0.28.7). [Cedric de Saint Martin]
+
 0.28.8 (2012-09-18)
 -------------------
 
diff --git a/setup.py b/setup.py
index a84f59e1c..723a21091 100644
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
 from setuptools import setup, find_packages
 import glob
 import os
-version = '0.28.9-dev'
+version = '0.28.9'
 name = 'slapos.core'
 long_description = open("README.txt").read() + "\n" + \
     open("CHANGES.txt").read() + "\n"
-- 
2.30.9