Author: rjollos
Date: Tue Jul  9 05:13:20 2013
New Revision: 1501092

URL: http://svn.apache.org/r1501092
Log:
0.6-stable: Set package versions for 0.6 release.

Modified:
    bloodhound/branches/0.6/bloodhound_dashboard/setup.cfg
    bloodhound/branches/0.6/bloodhound_dashboard/setup.py
    bloodhound/branches/0.6/bloodhound_multiproduct/setup.cfg
    bloodhound/branches/0.6/bloodhound_multiproduct/setup.py
    bloodhound/branches/0.6/bloodhound_relations/setup.cfg
    bloodhound/branches/0.6/bloodhound_relations/setup.py
    bloodhound/branches/0.6/bloodhound_search/setup.cfg
    bloodhound/branches/0.6/bloodhound_search/setup.py
    bloodhound/branches/0.6/bloodhound_theme/setup.cfg
    bloodhound/branches/0.6/bloodhound_theme/setup.py

Modified: bloodhound/branches/0.6/bloodhound_dashboard/setup.cfg
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_dashboard/setup.cfg?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_dashboard/setup.cfg (original)
+++ bloodhound/branches/0.6/bloodhound_dashboard/setup.cfg Tue Jul  9 05:13:20 
2013
@@ -16,9 +16,9 @@
 #  under the License.
 
 [egg_info]
-tag_build = dev
+tag_build =
 tag_date = 0
-tag_svn_revision = true
+tag_svn_revision = false
 
 [sdist]
 formats = gztar,bztar,ztar,tar,zip

Modified: bloodhound/branches/0.6/bloodhound_dashboard/setup.py
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_dashboard/setup.py?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_dashboard/setup.py (original)
+++ bloodhound/branches/0.6/bloodhound_dashboard/setup.py Tue Jul  9 05:13:20 
2013
@@ -35,7 +35,6 @@ versions = [
     (0, 4, 0),
     (0, 5, 0),
     (0, 6, 0),
-    (0, 7, 0),
     ]
     
 latest = '.'.join(str(x) for x in versions[-1])

Modified: bloodhound/branches/0.6/bloodhound_multiproduct/setup.cfg
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_multiproduct/setup.cfg?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_multiproduct/setup.cfg (original)
+++ bloodhound/branches/0.6/bloodhound_multiproduct/setup.cfg Tue Jul  9 
05:13:20 2013
@@ -16,9 +16,9 @@
 #  under the License.
 
 [egg_info]
-tag_build = dev
+tag_build =
 tag_date = 0
-tag_svn_revision = true
+tag_svn_revision = false
 
 [sdist]
 formats = gztar,bztar,ztar,tar,zip

Modified: bloodhound/branches/0.6/bloodhound_multiproduct/setup.py
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_multiproduct/setup.py?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_multiproduct/setup.py (original)
+++ bloodhound/branches/0.6/bloodhound_multiproduct/setup.py Tue Jul  9 
05:13:20 2013
@@ -21,7 +21,7 @@ from setuptools import setup
 
 setup(
     name = 'BloodhoundMultiProduct',
-    version = '0.7.0',
+    version = '0.6.0',
     description = "Multiproduct support for Apache(TM) Bloodhound.",
     author = "Apache Bloodhound",
     license = "Apache License v2",

Modified: bloodhound/branches/0.6/bloodhound_relations/setup.cfg
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_relations/setup.cfg?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_relations/setup.cfg (original)
+++ bloodhound/branches/0.6/bloodhound_relations/setup.cfg Tue Jul  9 05:13:20 
2013
@@ -16,9 +16,9 @@
 #  under the License.
 
 [egg_info]
-tag_build = dev
+tag_build =
 tag_date = 0
-tag_svn_revision = true
+tag_svn_revision = false
 
 [sdist]
 formats = gztar,bztar,ztar,tar,zip

Modified: bloodhound/branches/0.6/bloodhound_relations/setup.py
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_relations/setup.py?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_relations/setup.py (original)
+++ bloodhound/branches/0.6/bloodhound_relations/setup.py Tue Jul  9 05:13:20 
2013
@@ -32,7 +32,6 @@ versions = [
     (0, 4, 0),
     (0, 5, 0),
     (0, 6, 0),
-    (0, 7, 0),
     ]
 
 latest = '.'.join(str(x) for x in versions[-1])

Modified: bloodhound/branches/0.6/bloodhound_search/setup.cfg
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_search/setup.cfg?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_search/setup.cfg (original)
+++ bloodhound/branches/0.6/bloodhound_search/setup.cfg Tue Jul  9 05:13:20 2013
@@ -16,9 +16,9 @@
 #  under the License.
 
 [egg_info]
-tag_build = dev
+tag_build =
 tag_date = 0
-tag_svn_revision = true
+tag_svn_revision = false
 
 [sdist]
 formats = gztar,bztar,ztar,tar,zip

Modified: bloodhound/branches/0.6/bloodhound_search/setup.py
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_search/setup.py?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_search/setup.py (original)
+++ bloodhound/branches/0.6/bloodhound_search/setup.py Tue Jul  9 05:13:20 2013
@@ -32,7 +32,6 @@ versions = [
     (0, 4, 0),
     (0, 5, 0),
     (0, 6, 0),
-    (0, 7, 0),
     ]
 
 latest = '.'.join(str(x) for x in versions[-1])

Modified: bloodhound/branches/0.6/bloodhound_theme/setup.cfg
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_theme/setup.cfg?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_theme/setup.cfg (original)
+++ bloodhound/branches/0.6/bloodhound_theme/setup.cfg Tue Jul  9 05:13:20 2013
@@ -16,9 +16,9 @@
 #  under the License.
 
 [egg_info]
-tag_build = dev
+tag_build =
 tag_date = 0
-tag_svn_revision = true
+tag_svn_revision = false
 
 [sdist]
 formats = gztar,bztar,ztar,tar,zip

Modified: bloodhound/branches/0.6/bloodhound_theme/setup.py
URL: 
http://svn.apache.org/viewvc/bloodhound/branches/0.6/bloodhound_theme/setup.py?rev=1501092&r1=1501091&r2=1501092&view=diff
==============================================================================
--- bloodhound/branches/0.6/bloodhound_theme/setup.py (original)
+++ bloodhound/branches/0.6/bloodhound_theme/setup.py Tue Jul  9 05:13:20 2013
@@ -23,7 +23,7 @@ import sys
 
 setup(
   name = 'BloodhoundTheme',
-  version = '0.7.0',
+  version = '0.6.0',
   description = "Theme for Apache(TM) Bloodhound.",
   author = "Apache Bloodhound",
   license = "Apache License v2",


Reply via email to