Skip to content

Commit

Permalink
update version number to beta 5 (0.5.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Mercadal committed Feb 19, 2012
1 parent 29358ba commit 76f7628
Show file tree
Hide file tree
Showing 17 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-action-scheduler/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -77,7 +77,7 @@ def custom_make_spec_file(self):
zip_safe=False,
install_requires=[
"apscheduler>=1.3.1",
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -74,7 +74,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-hypervisor-health/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -72,7 +72,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-hypervisor-network/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -74,7 +74,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -72,7 +72,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS,
scripts = [
Expand Down
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-iphone-notification/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -74,7 +74,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -72,7 +72,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -72,7 +72,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-virtualmachine-storage/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -72,7 +72,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-virtualmachine-vnc/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -73,7 +73,7 @@ def custom_make_spec_file(self):
zip_safe=False,
install_requires=[
"numpy",
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-vmcasting/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -74,7 +74,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-vmparking/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -74,7 +74,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS,
scripts = [
Expand Down
4 changes: 2 additions & 2 deletions ArchipelAgent/archipel-agent-xmppserver/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -74,7 +74,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
28 changes: 14 additions & 14 deletions ArchipelAgent/archipel-agent/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import os
from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

DESCRIPTION="""\
** Archipel Agent **
Expand Down Expand Up @@ -84,19 +84,19 @@ def create_avatar_list(folder):
zip_safe=False,
provides=["archipel"],
install_requires=[
"archipel-core>=0.4.0beta",
"archipel-agent-action-scheduler>=0.4.0beta",
"archipel-agent-hypervisor-geolocalization>=0.4.0beta",
"archipel-agent-hypervisor-health>=0.4.0beta",
"archipel-agent-hypervisor-network>=0.4.0beta",
"archipel-agent-iphone-notification>=0.4.0beta",
"archipel-agent-virtualmachine-oomkiller>=0.4.0beta",
"archipel-agent-virtualmachine-snapshoting>=0.4.0beta",
"archipel-agent-virtualmachine-storage>=0.4.0beta",
"archipel-agent-vmcasting>=0.4.0beta",
"archipel-agent-xmppserver>=0.4.0beta",
"archipel-agent-virtualmachine-vnc>=0.4.0beta",
"archipel-agent-vmparking>=0.4.0beta",
"archipel-core>=0.5.0beta",
"archipel-agent-action-scheduler>=0.5.0beta",
"archipel-agent-hypervisor-geolocalization>=0.5.0beta",
"archipel-agent-hypervisor-health>=0.5.0beta",
"archipel-agent-hypervisor-network>=0.5.0beta",
"archipel-agent-iphone-notification>=0.5.0beta",
"archipel-agent-virtualmachine-oomkiller>=0.5.0beta",
"archipel-agent-virtualmachine-snapshoting>=0.5.0beta",
"archipel-agent-virtualmachine-storage>=0.5.0beta",
"archipel-agent-vmcasting>=0.5.0beta",
"archipel-agent-xmppserver>=0.5.0beta",
"archipel-agent-virtualmachine-vnc>=0.5.0beta",
"archipel-agent-vmparking>=0.5.0beta",
"PIL"
],
entry_points="""
Expand Down
2 changes: 1 addition & 1 deletion ArchipelAgent/archipel-core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
from setuptools import setup, find_packages
import os

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

from setuptools import setup, find_packages

VERSION = '0.4.0'
VERSION = '0.5.0'

AUTHOR = 'Antoine Mercadal'
MAIL = 'antoine.mercadal@archipelproject.org'
Expand Down Expand Up @@ -72,7 +72,7 @@ def custom_make_spec_file(self):
include_package_data=True,
zip_safe=False,
install_requires=[
"archipel-core>=0.4.0beta"
"archipel-core>=0.5.0beta"
],
entry_points=ENTRY_POINTS
)
6 changes: 3 additions & 3 deletions ArchipelClient/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,17 @@
<key>TNArchipelUpdateServerURL</key>
<string>http://updates.archipelproject.org</string>
<key>TNArchipelUseAnimations</key>
<integer>1</integer>
<integer>0</integer>
<key>TNArchipelVersion</key>
<dict>
<key>major</key>
<integer>0</integer>
<key>minor</key>
<integer>4</integer>
<integer>5</integer>
<key>revision</key>
<integer>0</integer>
<key>codeName</key>
<string>Vesta</string>
<string>Moon</string>
</dict>
<key>TNArchipelPropertyControllerEnabled</key>
<integer>1</integer>
Expand Down

0 comments on commit 76f7628

Please sign in to comment.