# HG changeset patch # User Sylvain Thénault # Date 1309175947 -7200 # Node ID 50122a47ce4fb2ecbf3cf20ed2777f4276c93609 # Parent 044135305359c119f8ab7bca92392d090096607e 3.12.8 diff -r 044135305359 -r 50122a47ce4f __pkginfo__.py --- a/__pkginfo__.py Fri Jun 24 16:59:45 2011 +0200 +++ b/__pkginfo__.py Mon Jun 27 13:59:07 2011 +0200 @@ -22,7 +22,7 @@ modname = distname = "cubicweb" -numversion = (3, 12, 7) +numversion = (3, 12, 8) version = '.'.join(str(num) for num in numversion) description = "a repository of entities / relations for knowledge management" diff -r 044135305359 -r 50122a47ce4f debian/changelog --- a/debian/changelog Fri Jun 24 16:59:45 2011 +0200 +++ b/debian/changelog Mon Jun 27 13:59:07 2011 +0200 @@ -1,3 +1,9 @@ +cubicweb (3.12.8-1) unstable; urgency=low + + * new upstream release + + -- Sylvain Thénault Mon, 27 Jun 2011 13:58:58 +0200 + cubicweb (3.12.7-1) unstable; urgency=low * new upstream release diff -r 044135305359 -r 50122a47ce4f selectors.py --- a/selectors.py Fri Jun 24 16:59:45 2011 +0200 +++ b/selectors.py Mon Jun 27 13:59:07 2011 +0200 @@ -1253,7 +1253,7 @@ def on_fire_transition(etype, tr_name, from_state_name=None): """Return 1 when entity of the type `etype` is going through transition of the name `tr_name`. - + If `from_state_name` is specified, this selector will also check the incoming state. @@ -1262,7 +1262,7 @@ will reference the matching `TrInfo` entity, allowing to get all the transition details (including the entity to which is applied the transition but also its original state, transition, destination state, user...). - + See :class:`cubicweb.entities.wfobjs.TrInfo` for more information. """ def match_etype_and_transition(trinfo):