[Moksha-commits] moksha.spec setup.py

Luke Macken lmacken at fedoraproject.org
Tue Aug 4 14:23:41 UTC 2009


 moksha.spec |    5 ++++-
 setup.py    |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 34191f84bdd03ee4e57a81c5313ce69669e71196
Author: Luke Macken <lmacken at redhat.com>
Date:   Mon Aug 3 15:05:01 2009 -0400

    0.3

diff --git a/moksha.spec b/moksha.spec
index 097438d..0905570 100644
--- a/moksha.spec
+++ b/moksha.spec
@@ -2,7 +2,7 @@
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 Name:           moksha 
-Version:        0.2
+Version:        0.3
 Release:        1%{?dist}
 Summary:        A flexable platform for creating live collaborative web applications
 Group:          Applications/Internet
@@ -101,6 +101,9 @@ make -C docs html
 %doc docs/_build/html 
 
 %changelog
+* Mon Aug 03 2009 Luke Macken <lmacken at redhat.com> - 0.3-1
+- 0.3, bugfix release
+
 * Wed Jun 03 2009 Luke Macken <lmacken at redhat.com> - 0.2-1
 - Add nose to the build requirements
 
diff --git a/setup.py b/setup.py
index 128ffbc..8684954 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ package_data = {'moksha': ['i18n/*/LC_MESSAGES/*.mo',
 
 setup(
     name='moksha',
-    version='0.2',
+    version='0.3',
     description='',
     author='',
     author_email='',




More information about the Moksha-commits mailing list