[Thuban-commits] r2729 - in trunk/thuban: . Thuban
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Feb 20 11:52:39 CET 2007
Author: bernhard
Date: 2007-02-20 11:52:38 +0100 (Tue, 20 Feb 2007)
New Revision: 2729
Modified:
trunk/thuban/ChangeLog
trunk/thuban/Thuban/version.py
trunk/thuban/setup.py
Log:
Thuban/version.py, setup.py: Getting ready for release 1.2.0.
Using this version number.
Modified: trunk/thuban/ChangeLog
===================================================================
--- trunk/thuban/ChangeLog 2007-02-20 10:51:07 UTC (rev 2728)
+++ trunk/thuban/ChangeLog 2007-02-20 10:52:38 UTC (rev 2729)
@@ -1,5 +1,8 @@
2007-02-20 Bernhard Reiter <bernhard at intevation.de>
+ * Thuban/version.py, setup.py: Getting ready for release 1.2.0.
+ Using this version number.
+
* Doc/README: fixed a typo.
* Doc/technotes/release_process.txt: Updated. Reference platform
Modified: trunk/thuban/Thuban/version.py
===================================================================
--- trunk/thuban/Thuban/version.py 2007-02-20 10:51:07 UTC (rev 2728)
+++ trunk/thuban/Thuban/version.py 2007-02-20 10:52:38 UTC (rev 2729)
@@ -38,8 +38,8 @@
# the version string will be "Thuban 1.0.1"
#
-thuban_branch = "1.1"
-thuban_release = "svn"
+thuban_branch = "1.2"
+thuban_release = "0"
Modified: trunk/thuban/setup.py
===================================================================
--- trunk/thuban/setup.py 2007-02-20 10:51:07 UTC (rev 2728)
+++ trunk/thuban/setup.py 2007-02-20 10:52:38 UTC (rev 2729)
@@ -1166,7 +1166,7 @@
"""
setup(name = "Thuban",
- version = "1.1.0",
+ version = "1.2.0",
description = "Geographic data viewer",
long_description = long_description,
license = "GPL",
More information about the Thuban-commits
mailing list