[d-feet] bump version and prepare for release



commit 8ed298d2755a508aada0242ef71cdeefdc51fb8f
Author: John (J5) Palmieri <johnp redhat com>
Date:   Mon Aug 23 14:29:26 2010 -0400

    bump version and prepare for release
    
    * add Johan to Authors file
    * add NEWS entry

 AUTHORS  |    1 +
 NEWS     |    7 +++++++
 setup.py |    2 +-
 3 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 85e8349..ba0eae5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,6 +1,7 @@
 John (J5) Palmieri <johnp redhat com>
 Ray Strode <rstrode redhat com>
 Marcel Holtmann <marcel holtmann org>
+Johan Dahlin <johan gnome org>
 
 Some code taken and modified from the D-Bus Python project http://dbus.freedesktop.org
 Some code taken and modified from the Jokosher Project http://jokosher.org
diff --git a/NEWS b/NEWS
index 5bc0a6b..2fa5988 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.1.12
+==
+- Add the ability to specify a bus on the command line using the --bus-address 
+  or -a switch (jdahlin)
+- fix up some UI bugs (jdahlin)
+- move project to gnome.org
+
 0.1.11
 ===
 - Add a NEWS file
diff --git a/setup.py b/setup.py
index 3fc81c3..b180931 100755
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@ from subprocess import *
 import os
 import glob
 
-DFEET_VERSION='0.1.11'
+DFEET_VERSION='0.1.12'
 
 #Create an array with all the locale filenames
 I18NFILES = []



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]