Rev 115: Release Meliae 0.1.0-final in http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

John Arbash Meinel john at arbash-meinel.com
Wed Dec 23 15:14:44 GMT 2009


At http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

------------------------------------------------------------
revno: 115
revision-id: john at arbash-meinel.com-20091223151424-o7cv8l1w5ycanpwv
parent: john at arbash-meinel.com-20091207225036-qhc3fn1u8mra8b2x
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Wed 2009-12-23 09:14:24 -0600
message:
  Release Meliae 0.1.0-final
-------------- next part --------------
=== modified file 'meliae/__init__.py'
--- a/meliae/__init__.py	2009-09-18 17:00:34 +0000
+++ b/meliae/__init__.py	2009-12-23 15:14:24 +0000
@@ -1,19 +1,19 @@
 # Copyright (C) 2009 Canonical Ltd
-# 
+#
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License version 3 as
 # published by the Free Software Foundation.
-# 
+#
 # This program is distributed in the hope that it will be useful, but
 # WITHOUT ANY WARRANTY; without even the implied warranty of
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # General Public License for more details.
-# 
+#
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 """A simple way to dump memory consumption of a running python program."""
 
-version_info = (0, 0, 1, 'dev', 0)
+version_info = (0, 1, 0, 'final', 0)
 __version__ = '.'.join(map(str, version_info))
 



More information about the bazaar-commits mailing list