Rev 141: Release 0.2.1rc1 in http://bazaar.launchpad.net/~jameinel/meliae/0.2

John Arbash Meinel john at arbash-meinel.com
Wed Jun 30 23:10:38 BST 2010


At http://bazaar.launchpad.net/~jameinel/meliae/0.2

------------------------------------------------------------
revno: 141
revision-id: john at arbash-meinel.com-20100630221019-h0f8ymzu6yj6af8r
parent: john at arbash-meinel.com-20100630220742-76ma0bmbzhhygfwd
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 0.2
timestamp: Wed 2010-06-30 17:10:19 -0500
message:
  Release 0.2.1rc1
-------------- next part --------------
=== modified file 'CHANGES.txt'
--- a/CHANGES.txt	2010-06-30 21:44:55 +0000
+++ b/CHANGES.txt	2010-06-30 22:10:19 +0000
@@ -8,7 +8,7 @@
 Meliae 0.2.1rc1
 ###############
 
-:0.2.1rc1: (not released yet)
+:0.2.1rc1: 2010-06-30
 
 * Avoid calling ``PyType_Type.tp_traverse`` when the argument is not a
   heap-class. There is an assert that gets tripped if you are running a

=== modified file 'meliae/__init__.py'
--- a/meliae/__init__.py	2010-01-08 23:07:14 +0000
+++ b/meliae/__init__.py	2010-06-30 22:10:19 +0000
@@ -14,6 +14,6 @@
 
 """A simple way to dump memory consumption of a running python program."""
 
-version_info = (0, 2, 1, 'dev', 0)
+version_info = (0, 2, 1, 'candidate', 1)
 __version__ = '.'.join(map(str, version_info))
 



More information about the bazaar-commits mailing list