Skip to content

Commit

Permalink
:add: revision version
Browse files Browse the repository at this point in the history
  • Loading branch information
b3j0f committed Apr 2, 2016
1 parent 026149d commit ac8c38c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion b3j0f/conf/configurable/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ def _interception(self, joinpoint):
if self.callparams:

args, kwargs = self.getcallparams(
conf=self.conf, target=target, args=list(args), kwargs=kwargs,
conf=self.getconf(), target=target, args=list(args), kwargs=kwargs,
exec_ctx=joinpoint.exec_ctx.setdefault(self.exec_ctx, set())
)

Expand Down
2 changes: 1 addition & 1 deletion b3j0f/conf/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@
# thanks to https://github.com/pycontribs/jira/blob/master/jira/version.py

#: project version
__version__ = '0.3.4'
__version__ = '0.3.5'
5 changes: 5 additions & 0 deletions changelog.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

0.3.4 (2016/04/02)
------------------

- fix bug while intercepting a configured object instanciation without resource reading.

0.3.4 (2016/03/30)
------------------

Expand Down

0 comments on commit ac8c38c

Please sign in to comment.