Revision: 173 Author: jussi.ao.malinen Date: Fri Sep 3 01:15:31 2010 Log: version http://code.google.com/p/robotframework-mabot/source/detail?r=173
Modified: /tags/mabot-0.7.1/src/mabot/version.py ======================================= --- /tags/mabot-0.7.1/src/mabot/version.py Tue Jun 29 04:28:02 2010 +++ /tags/mabot-0.7.1/src/mabot/version.py Fri Sep 3 01:15:31 2010 @@ -12,6 +12,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -import time - -version = "trunk-%d%02d%02d" % (time.localtime()[:3]) +version = "0.7.1"