Rev 194: Re-open for 0.5 dev in http://bazaar.launchpad.net/%2Bbranch/meliae

John Arbash Meinel john at arbash-meinel.com
Fri Jul 8 12:55:40 UTC 2011


At http://bazaar.launchpad.net/%2Bbranch/meliae

------------------------------------------------------------
revno: 194
revision-id: john at arbash-meinel.com-20110708125534-9drfcfo7c1tgh1gh
parent: john at arbash-meinel.com-20110708124746-4zj19jh0vx9njz9x
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: meliae
timestamp: Fri 2011-07-08 14:55:34 +0200
message:
  Re-open for 0.5 dev
-------------- next part --------------
=== modified file 'CHANGES.txt'
--- a/CHANGES.txt	2011-07-08 12:47:46 +0000
+++ b/CHANGES.txt	2011-07-08 12:55:34 +0000
@@ -5,6 +5,11 @@
 .. contents:: List of Releases
    :depth: 1
 
+Meliae 0.5
+##########
+
+:0.5: (not released yet)
+
 Meliae 0.4
 ##########
 

=== modified file 'meliae/__init__.py'
--- a/meliae/__init__.py	2011-07-08 12:47:46 +0000
+++ b/meliae/__init__.py	2011-07-08 12:55:34 +0000
@@ -14,6 +14,6 @@
 
 """A simple way to dump memory consumption of a running python program."""
 
-version_info = (0, 4, 0, 'final', 0)
+version_info = (0, 5, 0, 'dev', 0)
 __version__ = '.'.join(map(str, version_info))
 



More information about the bazaar-commits mailing list