Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Version bump to rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
Clint Talbert committed Oct 29, 2010
1 parent c43e35b commit 5ac60ef
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion jsbridge/jsbridge/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>jsbridge@mozilla.com</em:id>
<em:name>jsbridge</em:name>
<em:version>2.4.1</em:version>
<em:version>2.4.1rc2</em:version>
<em:creator>Mikeal Rogers</em:creator>
<em:description>Python to JavaScript bridge</em:description>
<em:targetApplication>
Expand Down
4 changes: 2 additions & 2 deletions jsbridge/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@
summ = """A powerful and extensible Python to JavaScript bridge interface."""

PACKAGE_NAME = "jsbridge"
PACKAGE_VERSION = "2.4.1rc1"
PACKAGE_VERSION = "2.4.1rc2"

requires = ['mozrunner == 2.5.2rc1']
requires = ['mozrunner == 2.5.2rc2']

if not sys.version.startswith('2.6'):
requires.append('simplejson')
Expand Down
2 changes: 1 addition & 1 deletion mozmill/mozmill/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>mozmill@mozilla.com</em:id>
<em:name>MozMill</em:name>
<em:version>1.5.1rc1</em:version>
<em:version>1.5.1rc2</em:version>
<em:creator>Adam Christian</em:creator>
<em:description>A testing extension based on the Windmill Testing Framework client source</em:description>
<em:targetApplication>
Expand Down
4 changes: 2 additions & 2 deletions mozmill/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
summ = """A tool for full UI automation of Mozilla applications."""

PACKAGE_NAME = "mozmill"
PACKAGE_VERSION = "1.5.1rc1"
PACKAGE_VERSION = "1.5.1rc2"

setup(name=PACKAGE_NAME,
version=PACKAGE_VERSION,
Expand All @@ -61,7 +61,7 @@
mozmill-restart = mozmill:restart_cli
""",
platforms =['Any'],
install_requires = ['jsbridge == 2.4.1rc1', 'mozrunner == 2.5.2rc1'],
install_requires = ['jsbridge == 2.4.1rc2', 'mozrunner == 2.5.2rc2'],
classifiers=['Development Status :: 4 - Beta',
'Environment :: Console',
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion mozrunner/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
summ = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""

PACKAGE_NAME = "mozrunner"
PACKAGE_VERSION = "2.5.2rc1"
PACKAGE_VERSION = "2.5.2rc2"

deps = []

Expand Down

0 comments on commit 5ac60ef

Please sign in to comment.