Rev 193: Update tags to declare this meliae-0.4.0 in http://bazaar.launchpad.net/%2Bbranch/meliae
John Arbash Meinel
john at arbash-meinel.com
Fri Jul 8 12:47:53 UTC 2011
At http://bazaar.launchpad.net/%2Bbranch/meliae
------------------------------------------------------------
revno: 193
revision-id: john at arbash-meinel.com-20110708124746-4zj19jh0vx9njz9x
parent: john at arbash-meinel.com-20110323122756-y4ivisja9jx5w12n
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: meliae
timestamp: Fri 2011-07-08 14:47:46 +0200
message:
Update tags to declare this meliae-0.4.0
-------------- next part --------------
=== modified file 'CHANGES.txt'
--- a/CHANGES.txt 2011-03-23 12:27:56 +0000
+++ b/CHANGES.txt 2011-07-08 12:47:46 +0000
@@ -8,7 +8,7 @@
Meliae 0.4
##########
-:0.4: (not released yet)
+:0.4: 2011-07-08
* We now only compile against Cython. I've finally hit some issues that
I don't want to work around. Namely sizeof(Class) doesn't work under
=== modified file 'meliae/__init__.py'
--- a/meliae/__init__.py 2010-08-02 18:27:32 +0000
+++ b/meliae/__init__.py 2011-07-08 12:47:46 +0000
@@ -14,6 +14,6 @@
"""A simple way to dump memory consumption of a running python program."""
-version_info = (0, 4, 0, 'dev', 0)
+version_info = (0, 4, 0, 'final', 0)
__version__ = '.'.join(map(str, version_info))
More information about the bazaar-commits
mailing list