From 463fbdb9c18417f9084d6a678622ffed45e9297e Mon Sep 17 00:00:00 2001 From: Ray Plante Date: Tue, 9 Jul 2013 08:56:06 -0500 Subject: [PATCH 1/2] prep early release: beta1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 352600e4..3719efaf 100755 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ URL = 'http://dev.usvao.org/vao/wiki/Products/PyVO' # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.0.dev' +VERSION = '0.0beta1' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION From b2bd705d2eb70e689effdee2c147f0eb5790464d Mon Sep 17 00:00:00 2001 From: Ray Plante Date: Fri, 17 Jan 2014 12:47:57 -0600 Subject: [PATCH 2/2] Update setup.py change version to '0.0beta2' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f8150888..c4c87bb6 100755 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ URL = 'http://dev.usvao.org/vao/wiki/Products/PyVO' # VERSION should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386) -VERSION = '0.0beta1' +VERSION = '0.0beta2' # Indicates if this version is a release version RELEASE = 'dev' not in VERSION