Rev 178: Open 0.4 development. in http://bazaar.launchpad.net/~meliae-dev/meliae/trunk

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


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

------------------------------------------------------------
revno: 178
revision-id: john at arbash-meinel.com-20100802182732-mx3jnhax514y0zrq
parent: john at arbash-meinel.com-20100802182624-mvuu5sc3q8w5r040
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: trunk
timestamp: Mon 2010-08-02 13:27:32 -0500
message:
  Open 0.4 development.
-------------- next part --------------
=== modified file 'CHANGES.txt'
--- a/CHANGES.txt	2010-08-02 18:26:24 +0000
+++ b/CHANGES.txt	2010-08-02 18:27:32 +0000
@@ -5,6 +5,11 @@
 .. contents:: List of Releases
    :depth: 1
 
+Meliae 0.4
+##########
+
+:0.4: (not released yet)
+
 Meliae 0.3
 ##########
 

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



More information about the bazaar-commits mailing list