[Checkins] SVN: megrok.resource/trunk/ preparing bug-fix release

Souheil CHELFOUH souheil at chelfouh.com
Fri Feb 19 04:51:18 EST 2010


Log message for revision 109141:
  preparing bug-fix release
  

Changed:
  U   megrok.resource/trunk/docs/HISTORY.txt
  U   megrok.resource/trunk/setup.py

-=-
Modified: megrok.resource/trunk/docs/HISTORY.txt
===================================================================
--- megrok.resource/trunk/docs/HISTORY.txt	2010-02-19 09:48:09 UTC (rev 109140)
+++ megrok.resource/trunk/docs/HISTORY.txt	2010-02-19 09:51:18 UTC (rev 109141)
@@ -1,10 +1,15 @@
 Changelog
 =========
 
-0.5 (unreleased)
-----------------
+0.4.1 (2010-02-19)
+------------------
 
-* ...
+* Fixed the case where a ResourceLibrary is included using the
+  "include" directive, in the same package. It was triggering an error
+  because a non-grokked ResourceLibrary does not provide
+  `IInclusion`. The directive now checks the subclass of the value to
+  determine if the given inclusion is a valid `IInclusion` or a
+  ResourceLibrary sub-class.
 
 0.4 (2010-02-18)
 ----------------

Modified: megrok.resource/trunk/setup.py
===================================================================
--- megrok.resource/trunk/setup.py	2010-02-19 09:48:09 UTC (rev 109140)
+++ megrok.resource/trunk/setup.py	2010-02-19 09:51:18 UTC (rev 109141)
@@ -3,7 +3,7 @@
 from setuptools import setup, find_packages
 from os.path import join
 
-version = '0.5dev'
+version = '0.4.1'
 HISTORY = open(join("docs", "HISTORY.txt")).read()
 README = open(join("src", "megrok", "resource", "README.txt")).read()
 



More information about the checkins mailing list