diff --git a/calculate/lib/cl_template.py b/calculate/lib/cl_template.py index b492d08..44b9902 100644 --- a/calculate/lib/cl_template.py +++ b/calculate/lib/cl_template.py @@ -80,16 +80,16 @@ class _terms(_error, _shareTermsFunction): Split version. Version, addition letter, list suffixes with version, revision. Examples: - 2.2.24 - ("2.2.24","",[],"") - 2.2.24-r1 - ("2.2.24","",[],"r1") - 2.2.24a-r1 - ("2.2.24","a",[],"r1") - 2.2.24a_rc1-r1 - ("2.2.24","a",[("rc","1")],"r1") - 2.2.24a_rc1_p20111212-r1 - ("2.2.24","a",[("rc1","1"),("p","20111212")],"r1") + 3.0.0_beta2 + ("3.0.0_beta2","",[],"") + 3.0.0_beta2-r1 + ("3.0.0_beta2","",[],"r1") + 3.0.0_beta2a-r1 + ("3.0.0_beta2","a",[],"r1") + 3.0.0_beta2a_rc1-r1 + ("3.0.0_beta2","a",[("rc","1")],"r1") + 3.0.0_beta2a_rc1_p20111212-r1 + ("3.0.0_beta2","a",[("rc1","1"),("p","20111212")],"r1") """ # get revision from version strWorkVersion, spl, rVersion = strVersion.rpartition("-") diff --git a/calculate/lib/update_config/cl_update_config.py b/calculate/lib/update_config/cl_update_config.py index 2aedd60..ffec85e 100644 --- a/calculate/lib/update_config/cl_update_config.py +++ b/calculate/lib/update_config/cl_update_config.py @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "2.2.24" +__version__ = "3.0.0_beta2" __app__ = "calculate-lib" import sys, os, stat, re