Rev 177: Release 0.3.0-final in http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

John Arbash Meinel john at arbash-meinel.com
Mon Aug 2 19:26:32 BST 2010


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

------------------------------------------------------------
revno: 177
revision-id: john at arbash-meinel.com-20100802182624-mvuu5sc3q8w5r040
parent: john at arbash-meinel.com-20100731063943-7sa8xnqy62eiuaj2
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Mon 2010-08-02 13:26:24 -0500
message:
  Release 0.3.0-final
-------------- next part --------------
=== modified file 'CHANGES.txt'
--- a/CHANGES.txt	2010-07-31 06:39:43 +0000
+++ b/CHANGES.txt	2010-08-02 18:26:24 +0000
@@ -8,7 +8,11 @@
 Meliae 0.3
 ##########
 
-:0.3: (not released yet)
+:0.3: 2010-08-02
+
+The main update is the ability to do more queries on a subset of
+the object graph. ``om.summarize(starting_at, excluding=[address])``
+lets you find out what is more directly "owned" by a given object.
 
 * Add ``__sizeof__`` members to a lot of the core classes (IntSet,
   etc.) (John Arbash Meinel)

=== modified file 'meliae/__init__.py'
--- a/meliae/__init__.py	2010-07-20 16:08:27 +0000
+++ b/meliae/__init__.py	2010-08-02 18:26:24 +0000
@@ -14,6 +14,6 @@
 
 """A simple way to dump memory consumption of a running python program."""
 
-version_info = (0, 3, 0, 'dev', 0)
+version_info = (0, 3, 0, 'final', 0)
 __version__ = '.'.join(map(str, version_info))
 



More information about the bazaar-commits mailing list