Author: rjollos
Date: Thu Feb 21 03:18:31 2013
New Revision: 1448501
URL: http://svn.apache.org/r1448501
Log:
Refs #409: Bumped version to 0.5.0dev. SVN revision is now appended to version
strings. Added `setup.cfg` files where needed.
Added:
incubator/bloodhound/trunk/bloodhound_multiproduct/setup.cfg
- copied, changed from r1448441,
incubator/bloodhound/trunk/bloodhound_search/setup.cfg
incubator/bloodhound/trunk/bloodhound_theme/setup.cfg
- copied, changed from r1448441,
incubator/bloodhound/trunk/bloodhound_search/setup.cfg
Modified:
incubator/bloodhound/trunk/bloodhound_dashboard/setup.cfg
incubator/bloodhound/trunk/bloodhound_dashboard/setup.py
incubator/bloodhound/trunk/bloodhound_multiproduct/setup.py
incubator/bloodhound/trunk/bloodhound_search/setup.cfg
incubator/bloodhound/trunk/bloodhound_search/setup.py
incubator/bloodhound/trunk/bloodhound_theme/setup.py
Modified: incubator/bloodhound/trunk/bloodhound_dashboard/setup.cfg
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/setup.cfg?rev=1448501&r1=1448500&r2=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/setup.cfg (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/setup.cfg Thu Feb 21
03:18:31 2013
@@ -16,9 +16,9 @@
# under the License.
[egg_info]
-tag_build =
+tag_build = dev
tag_date = 0
-tag_svn_revision = 0
+tag_svn_revision = true
[sdist]
formats = gztar,bztar,ztar,tar,zip
Modified: incubator/bloodhound/trunk/bloodhound_dashboard/setup.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_dashboard/setup.py?rev=1448501&r1=1448500&r2=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_dashboard/setup.py (original)
+++ incubator/bloodhound/trunk/bloodhound_dashboard/setup.py Thu Feb 21
03:18:31 2013
@@ -33,6 +33,7 @@ versions = [
(0, 2, 0),
(0, 3, 0),
(0, 4, 0),
+ (0, 5, 0),
]
latest = '.'.join(str(x) for x in versions[-1])
Copied: incubator/bloodhound/trunk/bloodhound_multiproduct/setup.cfg (from
r1448441, incubator/bloodhound/trunk/bloodhound_search/setup.cfg)
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_multiproduct/setup.cfg?p2=incubator/bloodhound/trunk/bloodhound_multiproduct/setup.cfg&p1=incubator/bloodhound/trunk/bloodhound_search/setup.cfg&r1=1448441&r2=1448501&rev=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_search/setup.cfg (original)
+++ incubator/bloodhound/trunk/bloodhound_multiproduct/setup.cfg Thu Feb 21
03:18:31 2013
@@ -16,9 +16,9 @@
# under the License.
[egg_info]
-tag_build =
+tag_build = dev
tag_date = 0
-tag_svn_revision = 0
+tag_svn_revision = true
[sdist]
formats = gztar,bztar,ztar,tar,zip
Modified: incubator/bloodhound/trunk/bloodhound_multiproduct/setup.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_multiproduct/setup.py?rev=1448501&r1=1448500&r2=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_multiproduct/setup.py (original)
+++ incubator/bloodhound/trunk/bloodhound_multiproduct/setup.py Thu Feb 21
03:18:31 2013
@@ -21,7 +21,7 @@ from setuptools import setup
setup(
name = 'BloodhoundMultiProduct',
- version = '0.4.0',
+ version = '0.5.0',
description = "Multiproduct support for Apache(TM) Bloodhound.",
author = "Apache Bloodhound",
license = "Apache License v2",
Modified: incubator/bloodhound/trunk/bloodhound_search/setup.cfg
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_search/setup.cfg?rev=1448501&r1=1448500&r2=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_search/setup.cfg (original)
+++ incubator/bloodhound/trunk/bloodhound_search/setup.cfg Thu Feb 21 03:18:31
2013
@@ -16,9 +16,9 @@
# under the License.
[egg_info]
-tag_build =
+tag_build = dev
tag_date = 0
-tag_svn_revision = 0
+tag_svn_revision = true
[sdist]
formats = gztar,bztar,ztar,tar,zip
Modified: incubator/bloodhound/trunk/bloodhound_search/setup.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_search/setup.py?rev=1448501&r1=1448500&r2=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_search/setup.py (original)
+++ incubator/bloodhound/trunk/bloodhound_search/setup.py Thu Feb 21 03:18:31
2013
@@ -30,6 +30,7 @@ Add free text search and query functiona
versions = [
(0, 4, 0),
+ (0, 5, 0),
]
latest = '.'.join(str(x) for x in versions[-1])
Copied: incubator/bloodhound/trunk/bloodhound_theme/setup.cfg (from r1448441,
incubator/bloodhound/trunk/bloodhound_search/setup.cfg)
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/setup.cfg?p2=incubator/bloodhound/trunk/bloodhound_theme/setup.cfg&p1=incubator/bloodhound/trunk/bloodhound_search/setup.cfg&r1=1448441&r2=1448501&rev=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_search/setup.cfg (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/setup.cfg Thu Feb 21 03:18:31
2013
@@ -16,9 +16,9 @@
# under the License.
[egg_info]
-tag_build =
+tag_build = dev
tag_date = 0
-tag_svn_revision = 0
+tag_svn_revision = true
[sdist]
formats = gztar,bztar,ztar,tar,zip
Modified: incubator/bloodhound/trunk/bloodhound_theme/setup.py
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/trunk/bloodhound_theme/setup.py?rev=1448501&r1=1448500&r2=1448501&view=diff
==============================================================================
--- incubator/bloodhound/trunk/bloodhound_theme/setup.py (original)
+++ incubator/bloodhound/trunk/bloodhound_theme/setup.py Thu Feb 21 03:18:31
2013
@@ -22,7 +22,7 @@ from setuptools import setup
setup(
name = 'BloodhoundTheme',
- version = '0.4.0',
+ version = '0.5.0',
description = "Theme for Apache(TM) Bloodhound.",
author = "Apache Bloodhound",
license = "Apache License v2",