[tuxdroid-svn] r5568 - in software_suite_v3/smart-core/smart-api/python/trunk: . tuxisalive/api
Status: Beta
Brought to you by:
ks156
|
From: remi <c2m...@c2...> - 2009-10-01 08:51:29
|
Author: remi
Date: 2009-10-01 10:51:18 +0200 (Thu, 01 Oct 2009)
New Revision: 5568
Modified:
software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi
software_suite_v3/smart-core/smart-api/python/trunk/setup.py
software_suite_v3/smart-core/smart-api/python/trunk/tuxisalive/api/version.py
Log:
* Updated version 0.5.0
Modified: software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi
===================================================================
--- software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi 2009-10-01 08:50:11 UTC (rev 5567)
+++ software_suite_v3/smart-core/smart-api/python/trunk/installer.nsi 2009-10-01 08:51:18 UTC (rev 5568)
@@ -4,7 +4,7 @@
; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "Smart API for python"
-!define PRODUCT_VERSION "0.4.0-b1"
+!define PRODUCT_VERSION "0.5.0-b0"
; Output names
!define FINAL_INSTALLER_EXE "pySmartAPIInstaller_${PRODUCT_VERSION}.exe"
Modified: software_suite_v3/smart-core/smart-api/python/trunk/setup.py
===================================================================
--- software_suite_v3/smart-core/smart-api/python/trunk/setup.py 2009-10-01 08:50:11 UTC (rev 5567)
+++ software_suite_v3/smart-core/smart-api/python/trunk/setup.py 2009-10-01 08:51:18 UTC (rev 5568)
@@ -49,7 +49,7 @@
# Install the package
#
setup(name = 'tuxapi',
- version = '0.4.0',
+ version = '0.5.0',
description = 'Python API for Tuxdroid',
author = 'Remi Jocaille',
author_email = 'rem...@c2...',
Modified: software_suite_v3/smart-core/smart-api/python/trunk/tuxisalive/api/version.py
===================================================================
--- software_suite_v3/smart-core/smart-api/python/trunk/tuxisalive/api/version.py 2009-10-01 08:50:11 UTC (rev 5567)
+++ software_suite_v3/smart-core/smart-api/python/trunk/tuxisalive/api/version.py 2009-10-01 08:51:18 UTC (rev 5568)
@@ -7,5 +7,5 @@
author = "Remi Jocaille (rem...@c2...)"
date = "2009"
-version = '0.4.0'
+version = '0.5.0'
licence = "GPL"
|